#380A89

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

Shades of Persian Indigo #380A89

Tints of Persian Indigo #380A89

Color information

#380A89 (or 0x380A89) is unknown color: approx Persian Indigo. HEX triplet: 38, 0A and 89. RGB value is (56,10,137). Sum of RGB (Red+Green+Blue) = 56+10+137=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #380A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380A89 is #C7F576. Grayscale: #252525. Windows color (decimal): -13104503 or 8981048. OLE color: 8981048.

HSL color Cylindrical-coordinate representation of color #380A89: hue angle of 261.73º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380A89 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5610137-
CMYK0.590.9300.46
HSL261.73º86.39%28.82%-
HSV(B)261.73º92.7%53.73%-
XYZ6.252.8623.89-
YUV38.23183.74140.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 137 (53.91% from 255) = 67.49%
R=27.59%
G=4.93%
B=67.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56101370.590.9300.46261.7386.3928.82
Hex38A893B5D02E106561d
Octal70122117313505640612635
Binary11100010101000100111101110111010101110100000110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380A89; }

 p { color: rgb(56,10,137); }

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

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

 a { background-color: rgb(56,10,137); }

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

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

 span { border-color: rgb(56,10,137); }

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