Html Css Color HEX #370770 Persian Indigo

📋 copy color: '#370770'

red 55 ◦ green 7 ◦ blue 112

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

Shades of Persian Indigo #370770

Tints of Persian Indigo #370770

RGB

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

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

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

R = 31.61%
G = 4.02%
B = 64.37%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370770 (or 0x370770) is known color: Persian Indigo. HEX triplet: 37, 07 and 70. RGB value is (55,7,112). Sum of RGB (Red+Green+Blue) = 55+7+112=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #370770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370770 is #C8F88F. Grayscale: #202020. Windows color (decimal): -13170832 or 7341879. OLE color: 7341879.

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

Color convert

RGB 55 7 112 -
CMYK 0.51 0.94 0 0.56
HSL 267.43º 0.88% 0.23% -
HSV(B) 267.43º 0.94% 0.44% -
XYZ 4.58 2.13 15.5 -
YUV 33.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 55 7 112 0.51 0.94 0 0.56 267.43 0.88 0.23
Hex 37 7 70 33 5E 0 38 10B 58 17
Octal 67 7 160 63 136 0 70 413 130 27
Binary 110111 111 1110000 110011 1011110 0 111000 100001011 1011000 10111

Color Harmonies of #370770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370770

Black with #370770

Text Example


Text Example

White with #370770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370770; }

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

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

background-color css

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

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

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

border-color css

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

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

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