Html Css Color HEX #370372 Persian Indigo

📋 copy color: '#370372'

red 55 ◦ green 3 ◦ blue 114

#370372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #370372

Tints of Persian Indigo #370372

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 114 (44.92% from 255) = 66.28%

R = 31.98%
G = 1.74%
B = 66.28%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370372 (or 0x370372) is known color: Persian Indigo. HEX triplet: 37, 03 and 72. RGB value is (55,3,114). Sum of RGB (Red+Green+Blue) = 55+3+114=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #370372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370372 is #C8FC8D. Grayscale: #1E1E1E. Windows color (decimal): -13171854 or 7471927. OLE color: 7471927.

HSL color Cylindrical-coordinate representation of color #370372: hue angle of 268.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370372 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 3 114 -
CMYK 0.52 0.97 0 0.55
HSL 268.11º 0.95% 0.23% -
HSV(B) 268.11º 0.97% 0.45% -
XYZ 4.65 2.09 16.08 -
YUV 31.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 55 3 114 0.52 0.97 0 0.55 268.11 0.95 0.23
Hex 37 3 72 34 61 0 37 10C 5F 17
Octal 67 3 162 64 141 0 67 414 137 27
Binary 110111 11 1110010 110100 1100001 0 110111 100001100 1011111 10111

Color Harmonies of #370372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370372

Black with #370372

Text Example


Text Example

White with #370372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370372; }

 p { color: rgb(55,3,114); }

 H1.HeaderClassName
 {
   color: #370372;
 }
 .AnyTagClassName
 {
   color: #370372;
 }
</style>

background-color css

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

 a { background-color: rgb(55,3,114); }

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

border-color css

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

 span { border-color: rgb(55,3,114); }

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