Html Css Color HEX #371C72 Persian Indigo

📋 copy color: '#371C72'

red 55 ◦ green 28 ◦ blue 114

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

Shades of Persian Indigo #371C72

Tints of Persian Indigo #371C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 27.92%
G = 14.21%
B = 57.87%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371C72 (or 0x371C72) is known color: Persian Indigo. HEX triplet: 37, 1C and 72. RGB value is (55,28,114). Sum of RGB (Red+Green+Blue) = 55+28+114=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #371C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C72 is #C8E38D. Grayscale: #2D2D2D. Windows color (decimal): -13165454 or 7478327. OLE color: 7478327.

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

Color convert

RGB 55 28 114 -
CMYK 0.52 0.75 0 0.55
HSL 258.84º 0.61% 0.28% -
HSV(B) 258.84º 0.75% 0.45% -
XYZ 5.03 2.86 16.21 -
YUV 45.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 55 28 114 0.52 0.75 0 0.55 258.84 0.61 0.28
Hex 37 1C 72 34 4B 0 37 103 3D 1C
Octal 67 34 162 64 113 0 67 403 75 34
Binary 110111 11100 1110010 110100 1001011 0 110111 100000011 111101 11100

Color Harmonies of #371C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C72

Black with #371C72

Text Example


Text Example

White with #371C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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