Html Css Color HEX #370772 Persian Indigo

📋 copy color: '#370772'

red 55 ◦ green 7 ◦ blue 114

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

Shades of Persian Indigo #370772

Tints of Persian Indigo #370772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.98%

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

R = 31.25%
G = 3.98%
B = 64.77%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370772 (or 0x370772) is known color: Persian Indigo. HEX triplet: 37, 07 and 72. RGB value is (55,7,114). Sum of RGB (Red+Green+Blue) = 55+7+114=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #370772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370772 is #C8F88D. Grayscale: #212121. Windows color (decimal): -13170830 or 7472951. OLE color: 7472951.

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

Color convert

RGB 55 7 114 -
CMYK 0.52 0.94 0 0.55
HSL 266.92º 0.88% 0.24% -
HSV(B) 266.92º 0.94% 0.45% -
XYZ 4.69 2.18 16.09 -
YUV 33.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 55 7 114 0.52 0.94 0 0.55 266.92 0.88 0.24
Hex 37 7 72 34 5E 0 37 10B 58 18
Octal 67 7 162 64 136 0 67 413 130 30
Binary 110111 111 1110010 110100 1011110 0 110111 100001011 1011000 11000

Color Harmonies of #370772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370772

Black with #370772

Text Example


Text Example

White with #370772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370772; }

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

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

background-color css

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

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

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

border-color css

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

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

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