#380EAA

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

Shades of Persian Indigo #380EAA

Tints of Persian Indigo #380EAA

Color information

#380EAA (or 0x380EAA) is unknown color: approx Persian Indigo. HEX triplet: 38, 0E and AA. RGB value is (56,14,170). Sum of RGB (Red+Green+Blue) = 56+14+170=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #380EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380EAA is #C7F155. Grayscale: #2B2B2B. Windows color (decimal): -13103446 or 11144760. OLE color: 11144760.

HSL color Cylindrical-coordinate representation of color #380EAA: hue angle of 256.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380EAA is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5614170-
CMYK0.670.9200.33
HSL256.15º84.78%36.08%-
HSV(B)256.15º91.76%66.67%-
XYZ9.044.0638.34-
YUV44.34198.91136.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 170 (66.80% from 255) = 70.83%
R=23.33%
G=5.83%
B=70.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56141700.670.9200.33256.1584.7836.08
Hex38EAA435C0211005524
Octal701625210313404140012544
Binary1110001110101010101000011101110001000011000000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,14,170); }

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

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

 a { background-color: rgb(56,14,170); }

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

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

 span { border-color: rgb(56,14,170); }

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