#371394

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

Shades of Persian Indigo #371394

Tints of Persian Indigo #371394

Color information

#371394 (or 0x371394) is unknown color: approx Persian Indigo. HEX triplet: 37, 13 and 94. RGB value is (55,19,148). Sum of RGB (Red+Green+Blue) = 55+19+148=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #371394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371394 is #C8EC6B. Grayscale: #2B2B2B. Windows color (decimal): -13167724 or 9704247. OLE color: 9704247.

HSL color Cylindrical-coordinate representation of color #371394: hue angle of 256.74º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371394 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5519148-
CMYK0.630.8700.42
HSL256.74º77.25%32.75%-
HSV(B)256.74º87.16%58.04%-
XYZ7.153.4228.3-
YUV44.47186.43135.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 148 (58.20% from 255) = 66.67%
R=24.77%
G=8.56%
B=66.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55191480.630.8700.42256.7477.2532.75
Hex3713943F5702A1014d21
Octal67232247712705240111541
Binary1101111001110010100111111101011101010101000000011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371394; }

 p { color: rgb(55,19,148); }

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

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

 a { background-color: rgb(55,19,148); }

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

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

 span { border-color: rgb(55,19,148); }

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