Html Css Color HEX #370871 Persian Indigo

📋 copy color: '#370871'

red 55 ◦ green 8 ◦ blue 113

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

Shades of Persian Indigo #370871

Tints of Persian Indigo #370871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

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

R = 31.25%
G = 4.55%
B = 64.2%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370871 (or 0x370871) is known color: Persian Indigo. HEX triplet: 37, 08 and 71. RGB value is (55,8,113). Sum of RGB (Red+Green+Blue) = 55+8+113=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #370871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370871 is #C8F78E. Grayscale: #212121. Windows color (decimal): -13170575 or 7407671. OLE color: 7407671.

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

Color convert

RGB 55 8 113 -
CMYK 0.51 0.93 0 0.56
HSL 266.86º 0.87% 0.24% -
HSV(B) 266.86º 0.93% 0.44% -
XYZ 4.64 2.18 15.8 -
YUV 34.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 55 8 113 0.51 0.93 0 0.56 266.86 0.87 0.24
Hex 37 8 71 33 5D 0 38 10B 57 18
Octal 67 10 161 63 135 0 70 413 127 30
Binary 110111 1000 1110001 110011 1011101 0 111000 100001011 1010111 11000

Color Harmonies of #370871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370871

Black with #370871

Text Example


Text Example

White with #370871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370871; }

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

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

background-color css

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

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

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

border-color css

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

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

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