Html Css Color HEX #371273 Persian Indigo

📋 copy color: '#371273'

red 55 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #371273

Tints of Persian Indigo #371273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.57%

 BLUE value IS 115 (45.31% from 255) = 61.17%

R = 29.26%
G = 9.57%
B = 61.17%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371273 (or 0x371273) is known color: Persian Indigo. HEX triplet: 37, 12 and 73. RGB value is (55,18,115). Sum of RGB (Red+Green+Blue) = 55+18+115=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #371273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371273 is #C8ED8C. Grayscale: #272727. Windows color (decimal): -13168013 or 7541303. OLE color: 7541303.

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

Color convert

RGB 55 18 115 -
CMYK 0.52 0.84 0 0.55
HSL 262.89º 0.73% 0.26% -
HSV(B) 262.89º 0.84% 0.45% -
XYZ 4.89 2.48 16.44 -
YUV 40.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 55 18 115 0.52 0.84 0 0.55 262.89 0.73 0.26
Hex 37 12 73 34 54 0 37 107 49 1A
Octal 67 22 163 64 124 0 67 407 111 32
Binary 110111 10010 1110011 110100 1010100 0 110111 100000111 1001001 11010

Color Harmonies of #371273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371273

Black with #371273

Text Example


Text Example

White with #371273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371273; }

 p { color: rgb(55,18,115); }

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

background-color css

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

 a { background-color: rgb(55,18,115); }

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

border-color css

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

 span { border-color: rgb(55,18,115); }

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