Html Css Color HEX #371278 Persian Indigo

📋 copy color: '#371278'

red 55 ◦ green 18 ◦ blue 120

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

Shades of Persian Indigo #371278

Tints of Persian Indigo #371278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.18%

R = 28.5%
G = 9.33%
B = 62.18%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371278 (or 0x371278) is known color: Persian Indigo. HEX triplet: 37, 12 and 78. RGB value is (55,18,120). Sum of RGB (Red+Green+Blue) = 55+18+120=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #371278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371278 is #C8ED87. Grayscale: #282828. Windows color (decimal): -13168008 or 7868983. OLE color: 7868983.

HSL color Cylindrical-coordinate representation of color #371278: hue angle of 261.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371278 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 18 120 -
CMYK 0.54 0.85 0 0.53
HSL 261.76º 0.74% 0.27% -
HSV(B) 261.76º 0.85% 0.47% -
XYZ 5.18 2.6 18 -
YUV 40.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 55 18 120 0.54 0.85 0 0.53 261.76 0.74 0.27
Hex 37 12 78 36 55 0 35 106 4A 1B
Octal 67 22 170 66 125 0 65 406 112 33
Binary 110111 10010 1111000 110110 1010101 0 110101 100000110 1001010 11011

Color Harmonies of #371278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371278

Black with #371278

Text Example


Text Example

White with #371278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371278; }

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

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

background-color css

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

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

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

border-color css

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

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

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