Html Css Color HEX #371072 Persian Indigo

📋 copy color: '#371072'

red 55 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #371072

Tints of Persian Indigo #371072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 29.73%
G = 8.65%
B = 61.62%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371072 (or 0x371072) is known color: Persian Indigo. HEX triplet: 37, 10 and 72. RGB value is (55,16,114). Sum of RGB (Red+Green+Blue) = 55+16+114=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #371072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371072 is #C8EF8D. Grayscale: #262626. Windows color (decimal): -13168526 or 7475255. OLE color: 7475255.

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

Color convert

RGB 55 16 114 -
CMYK 0.52 0.86 0 0.55
HSL 263.88º 0.75% 0.25% -
HSV(B) 263.88º 0.86% 0.45% -
XYZ 4.8 2.4 16.13 -
YUV 38.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 55 16 114 0.52 0.86 0 0.55 263.88 0.75 0.25
Hex 37 10 72 34 56 0 37 108 4B 19
Octal 67 20 162 64 126 0 67 410 113 31
Binary 110111 10000 1110010 110100 1010110 0 110111 100001000 1001011 11001

Color Harmonies of #371072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371072

Black with #371072

Text Example


Text Example

White with #371072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371072; }

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

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

background-color css

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

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

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

border-color css

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

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

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