#370184

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

Shades of Persian Indigo #370184

Tints of Persian Indigo #370184

Color information

#370184 (or 0x370184) is unknown color: approx Persian Indigo. HEX triplet: 37, 01 and 84. RGB value is (55,1,132). Sum of RGB (Red+Green+Blue) = 55+1+132=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #370184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370184 is #C8FE7B. Grayscale: #1F1F1F. Windows color (decimal): -13172348 or 8651063. OLE color: 8651063.

HSL color Cylindrical-coordinate representation of color #370184: hue angle of 264.73º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370184 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB551132-
CMYK0.580.9900.48
HSL264.73º98.5%26.08%-
HSV(B)264.73º99.24%51.76%-
XYZ5.752.522.01-
YUV32.08184.39144.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 132 (51.95% from 255) = 70.21%
R=29.26%
G=0.53%
B=70.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5511320.580.9900.48264.7398.526.08
Hex371843A63030109621a
Octal6712047214306041114232
Binary11011111000010011101011000110110000100001001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370184; }

 p { color: rgb(55,1,132); }

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

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

 a { background-color: rgb(55,1,132); }

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

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

 span { border-color: rgb(55,1,132); }

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