Html Css Color HEX #371282 Persian Indigo

📋 copy color: '#371282'

red 55 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #371282

Tints of Persian Indigo #371282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 27.09%
G = 8.87%
B = 64.04%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371282 (or 0x371282) is known color: Persian Indigo. HEX triplet: 37, 12 and 82. RGB value is (55,18,130). Sum of RGB (Red+Green+Blue) = 55+18+130=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #371282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371282 is #C8ED7D. Grayscale: #292929. Windows color (decimal): -13167998 or 8524343. OLE color: 8524343.

HSL color Cylindrical-coordinate representation of color #371282: hue angle of 259.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371282 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 18 130 -
CMYK 0.58 0.86 0 0.49
HSL 259.82º 0.76% 0.29% -
HSV(B) 259.82º 0.86% 0.51% -
XYZ 5.82 2.86 21.36 -
YUV 41.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 55 18 130 0.58 0.86 0 0.49 259.82 0.76 0.29
Hex 37 12 82 3A 56 0 31 104 4C 1D
Octal 67 22 202 72 126 0 61 404 114 35
Binary 110111 10010 10000010 111010 1010110 0 110001 100000100 1001100 11101

Color Harmonies of #371282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371282

Black with #371282

Text Example


Text Example

White with #371282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371282; }

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

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

background-color css

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

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

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

border-color css

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

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

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