#380E88

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

Shades of Persian Indigo #380E88

Tints of Persian Indigo #380E88

Color information

#380E88 (or 0x380E88) is unknown color: approx Persian Indigo. HEX triplet: 38, 0E and 88. RGB value is (56,14,136). Sum of RGB (Red+Green+Blue) = 56+14+136=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #380E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380E88 is #C7F177. Grayscale: #282828. Windows color (decimal): -13103480 or 8916536. OLE color: 8916536.

HSL color Cylindrical-coordinate representation of color #380E88: hue angle of 260.66º 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 #380E88 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5614136-
CMYK0.590.9000.47
HSL260.66º81.33%29.41%-
HSV(B)260.66º89.71%53.33%-
XYZ6.232.9323.53-
YUV40.47181.91139.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 136 (53.52% from 255) = 66.02%
R=27.18%
G=6.80%
B=66.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56141360.590.9000.47260.6681.3329.41
Hex38E883B5A02F105511d
Octal70162107313205740512135
Binary11100011101000100011101110110100101111100000101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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