Html Css Color HEX #370970 Persian Indigo

📋 copy color: '#370970'

red 55 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #370970

Tints of Persian Indigo #370970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 112 (44.14% from 255) = 63.64%

R = 31.25%
G = 5.11%
B = 63.64%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370970 (or 0x370970) is known color: Persian Indigo. HEX triplet: 37, 09 and 70. RGB value is (55,9,112). Sum of RGB (Red+Green+Blue) = 55+9+112=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #370970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370970 is #C8F68F. Grayscale: #222222. Windows color (decimal): -13170320 or 7342391. OLE color: 7342391.

HSL color Cylindrical-coordinate representation of color #370970: hue angle of 266.8º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370970 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 9 112 -
CMYK 0.51 0.92 0 0.56
HSL 266.8º 0.85% 0.24% -
HSV(B) 266.8º 0.92% 0.44% -
XYZ 4.6 2.18 15.51 -
YUV 34.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 55 9 112 0.51 0.92 0 0.56 266.8 0.85 0.24
Hex 37 9 70 33 5C 0 38 10B 55 18
Octal 67 11 160 63 134 0 70 413 125 30
Binary 110111 1001 1110000 110011 1011100 0 111000 100001011 1010101 11000

Color Harmonies of #370970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370970

Black with #370970

Text Example


Text Example

White with #370970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370970; }

 p { color: rgb(55,9,112); }

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

background-color css

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

 a { background-color: rgb(55,9,112); }

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

border-color css

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

 span { border-color: rgb(55,9,112); }

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