#380E86

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

Shades of Persian Indigo #380E86

Tints of Persian Indigo #380E86

Color information

#380E86 (or 0x380E86) is unknown color: approx Persian Indigo. HEX triplet: 38, 0E and 86. RGB value is (56,14,134). Sum of RGB (Red+Green+Blue) = 56+14+134=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #380E86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380E86 is #C7F179. Grayscale: #272727. Windows color (decimal): -13103482 or 8785464. OLE color: 8785464.

HSL color Cylindrical-coordinate representation of color #380E86: hue angle of 261º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380E86 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5614134-
CMYK0.580.9000.47
HSL261º81.08%29.02%-
HSV(B)261º89.55%52.55%-
XYZ6.092.8822.79-
YUV40.24180.91139.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 14 (5.86% from 255) = 6.86%
BLUE value IS 134 (52.73% from 255) = 65.69%
R=27.45%
G=6.86%
B=65.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56141340.580.9000.4726181.0829.02
Hex38E863A5A02F105511d
Octal70162067213205740512135
Binary11100011101000011011101010110100101111100000101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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