Html Css Color HEX #370771 Persian Indigo

📋 copy color: '#370771'

red 55 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #370771

Tints of Persian Indigo #370771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 31.43%
G = 4%
B = 64.57%

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

#370771 (or 0x370771) is known color: Persian Indigo. HEX triplet: 37, 07 and 71. RGB value is (55,7,113). Sum of RGB (Red+Green+Blue) = 55+7+113=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #370771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370771 is #C8F88E. Grayscale: #212121. Windows color (decimal): -13170831 or 7407415. OLE color: 7407415.

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

Color convert

RGB 55 7 113 -
CMYK 0.51 0.94 0 0.56
HSL 267.17º 0.88% 0.24% -
HSV(B) 267.17º 0.94% 0.44% -
XYZ 4.63 2.16 15.79 -
YUV 33.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 55 7 113 0.51 0.94 0 0.56 267.17 0.88 0.24
Hex 37 7 71 33 5E 0 38 10B 58 18
Octal 67 7 161 63 136 0 70 413 130 30
Binary 110111 111 1110001 110011 1011110 0 111000 100001011 1011000 11000

Color Harmonies of #370771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370771

Black with #370771

Text Example


Text Example

White with #370771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370771; }

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

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

background-color css

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

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

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

border-color css

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

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

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