Html Css Color HEX #371B83 Persian Indigo

📋 copy color: '#371B83'

red 55 ◦ green 27 ◦ blue 131

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

Shades of Persian Indigo #371B83

Tints of Persian Indigo #371B83

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

 BLUE value IS 131 (51.56% from 255) = 61.5%

R = 25.82%
G = 12.68%
B = 61.5%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371B83 (or 0x371B83) is known color: Persian Indigo. HEX triplet: 37, 1B and 83. RGB value is (55,27,131). Sum of RGB (Red+Green+Blue) = 55+27+131=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #371B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371B83 is #C8E47C. Grayscale: #2E2E2E. Windows color (decimal): -13165693 or 8592183. OLE color: 8592183.

HSL color Cylindrical-coordinate representation of color #371B83: hue angle of 256.15º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371B83 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 27 131 -
CMYK 0.58 0.79 0 0.49
HSL 256.15º 0.66% 0.31% -
HSV(B) 256.15º 0.79% 0.51% -
XYZ 6.06 3.23 21.78 -
YUV 47.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 55 27 131 0.58 0.79 0 0.49 256.15 0.66 0.31
Hex 37 1B 83 3A 4F 0 31 100 42 1F
Octal 67 33 203 72 117 0 61 400 102 37
Binary 110111 11011 10000011 111010 1001111 0 110001 100000000 1000010 11111

Color Harmonies of #371B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B83

Black with #371B83

Text Example


Text Example

White with #371B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,131); }

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

background-color css

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

 a { background-color: rgb(55,27,131); }

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

border-color css

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

 span { border-color: rgb(55,27,131); }

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