Html Css Color HEX #371686 Persian Indigo

📋 copy color: '#371686'

red 55 ◦ green 22 ◦ blue 134

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

Shades of Persian Indigo #371686

Tints of Persian Indigo #371686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 134 (52.73% from 255) = 63.51%

R = 26.07%
G = 10.43%
B = 63.51%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#371686 (or 0x371686) is known color: Persian Indigo. HEX triplet: 37, 16 and 86. RGB value is (55,22,134). Sum of RGB (Red+Green+Blue) = 55+22+134=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #371686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371686 is #C8E979. Grayscale: #2C2C2C. Windows color (decimal): -13166970 or 8787511. OLE color: 8787511.

HSL color Cylindrical-coordinate representation of color #371686: hue angle of 257.68º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371686 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 22 134 -
CMYK 0.59 0.84 0 0.47
HSL 257.68º 0.72% 0.31% -
HSV(B) 257.68º 0.84% 0.53% -
XYZ 6.17 3.11 22.83 -
YUV 44.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 55 22 134 0.59 0.84 0 0.47 257.68 0.72 0.31
Hex 37 16 86 3B 54 0 2F 102 48 1F
Octal 67 26 206 73 124 0 57 402 110 37
Binary 110111 10110 10000110 111011 1010100 0 101111 100000010 1001000 11111

Color Harmonies of #371686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371686

Black with #371686

Text Example


Text Example

White with #371686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371686; }

 p { color: rgb(55,22,134); }

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

background-color css

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

 a { background-color: rgb(55,22,134); }

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

border-color css

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

 span { border-color: rgb(55,22,134); }

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