#381C8E

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

Shades of Persian Indigo #381C8E

Tints of Persian Indigo #381C8E

Color information

#381C8E (or 0x381C8E) is unknown color: approx Persian Indigo. HEX triplet: 38, 1C and 8E. RGB value is (56,28,142). Sum of RGB (Red+Green+Blue) = 56+28+142=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #381C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C8E is #C7E371. Grayscale: #303030. Windows color (decimal): -13099890 or 9313336. OLE color: 9313336.

HSL color Cylindrical-coordinate representation of color #381C8E: hue angle of 254.74º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381C8E is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5628142-
CMYK0.610.8000.44
HSL254.74º67.06%33.33%-
HSV(B)254.74º80.28%55.69%-
XYZ6.933.6225.93-
YUV49.37180.28132.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=24.78%
G=12.39%
B=62.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56281420.610.8000.44254.7467.0633.33
Hex381C8E3D5002Cff4321
Octal70342167512005437710341
Binary111000111001000111011110110100000101100111111111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C8E; }

 p { color: rgb(56,28,142); }

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

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

 a { background-color: rgb(56,28,142); }

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

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

 span { border-color: rgb(56,28,142); }

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