Html Css Color HEX #371AA0 Persian Indigo

📋 copy color: '#371AA0'

red 55 ◦ green 26 ◦ blue 160

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

Shades of Persian Indigo #371AA0

Tints of Persian Indigo #371AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 160 (62.89% from 255) = 66.39%

R = 22.82%
G = 10.79%
B = 66.39%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#371AA0 (or 0x371AA0) is known color: Persian Indigo. HEX triplet: 37, 1A and A0. RGB value is (55,26,160). Sum of RGB (Red+Green+Blue) = 55+26+160=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #371AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371AA0 is #C8E55F. Grayscale: #313131. Windows color (decimal): -13165920 or 10492471. OLE color: 10492471.

HSL color Cylindrical-coordinate representation of color #371AA0: hue angle of 252.99º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371AA0 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 26 160 -
CMYK 0.66 0.84 0 0.37
HSL 252.99º 0.72% 0.36% -
HSV(B) 252.99º 0.84% 0.63% -
XYZ 8.29 4.09 33.61 -
YUV 49.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 55 26 160 0.66 0.84 0 0.37 252.99 0.72 0.36
Hex 37 1A A0 42 54 0 25 FD 48 24
Octal 67 32 240 102 124 0 45 375 110 44
Binary 110111 11010 10100000 1000010 1010100 0 100101 11111101 1001000 100100

Color Harmonies of #371AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AA0

Black with #371AA0

Text Example


Text Example

White with #371AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,26,160); }

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

background-color css

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

 a { background-color: rgb(55,26,160); }

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

border-color css

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

 span { border-color: rgb(55,26,160); }

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