Html Css Color HEX #371890 Persian Indigo

📋 copy color: '#371890'

red 55 ◦ green 24 ◦ blue 144

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

Shades of Persian Indigo #371890

Tints of Persian Indigo #371890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

 BLUE value IS 144 (56.64% from 255) = 64.57%

R = 24.66%
G = 10.76%
B = 64.57%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#371890 (or 0x371890) is known color: Persian Indigo. HEX triplet: 37, 18 and 90. RGB value is (55,24,144). Sum of RGB (Red+Green+Blue) = 55+24+144=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #371890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371890 is #C8E76F. Grayscale: #2E2E2E. Windows color (decimal): -13166448 or 9443383. OLE color: 9443383.

HSL color Cylindrical-coordinate representation of color #371890: hue angle of 255.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371890 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 24 144 -
CMYK 0.62 0.83 0 0.44
HSL 255.5º 0.71% 0.33% -
HSV(B) 255.5º 0.83% 0.56% -
XYZ 6.94 3.48 26.69 -
YUV 46.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 55 24 144 0.62 0.83 0 0.44 255.5 0.71 0.33
Hex 37 18 90 3E 53 0 2C 100 47 21
Octal 67 30 220 76 123 0 54 400 107 41
Binary 110111 11000 10010000 111110 1010011 0 101100 100000000 1000111 100001

Color Harmonies of #371890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371890

Black with #371890

Text Example


Text Example

White with #371890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371890; }

 p { color: rgb(55,24,144); }

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

background-color css

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

 a { background-color: rgb(55,24,144); }

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

border-color css

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

 span { border-color: rgb(55,24,144); }

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