#381580

Color #381580 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #381580

Tints of Persian Indigo #381580

Color information

#381580 (or 0x381580) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 80. RGB value is (56,21,128). Sum of RGB (Red+Green+Blue) = 56+21+128=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #381580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381580 is #C7EA7F. Grayscale: #2B2B2B. Windows color (decimal): -13101696 or 8394040. OLE color: 8394040.

HSL color Cylindrical-coordinate representation of color #381580: hue angle of 259.63º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381580 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5621128-
CMYK0.560.8400.50
HSL259.63º71.81%29.22%-
HSV(B)259.63º83.59%50.2%-
XYZ5.82.9420.68-
YUV43.66175.6136.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=27.32%
G=10.24%
B=62.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56211280.560.8400.50259.6371.8129.22
Hex3815803854032104481d
Octal70252007012406240411035
Binary111000101011000000011100010101000110010100000100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381580; }

 p { color: rgb(56,21,128); }

 H1.HeaderClassName
 {
   color: #381580;
 }
 .AnyTagClassName
 {
   color: #381580;
 }
</style>
background-color css

<style>
 a { background-color: #381580; }

 a { background-color: rgb(56,21,128); }

 div.DivClassName
 {
   background-color: #381580;
 }
 .BgClassName
 {
   background-color: #381580;
 }
</style>
border-color css

<style>
 span { border-color: #381580; }

 span { border-color: rgb(56,21,128); }

 td.TdClassName
 {
   border-color: #381580;
 }
 .TagClassName
 {
   border-color: #381580;
 }
</style>