Html Css Color HEX #371690 Persian Indigo

📋 copy color: '#371690'

red 55 ◦ green 22 ◦ blue 144

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

Shades of Persian Indigo #371690

Tints of Persian Indigo #371690

RGB

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

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

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

R = 24.89%
G = 9.95%
B = 65.16%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#371690 (or 0x371690) is known color: Persian Indigo. HEX triplet: 37, 16 and 90. RGB value is (55,22,144). Sum of RGB (Red+Green+Blue) = 55+22+144=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #371690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371690 is #C8E96F. Grayscale: #2D2D2D. Windows color (decimal): -13166960 or 9442871. OLE color: 9442871.

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

Color convert

RGB 55 22 144 -
CMYK 0.62 0.85 0 0.44
HSL 256.23º 0.73% 0.33% -
HSV(B) 256.23º 0.85% 0.56% -
XYZ 6.9 3.4 26.68 -
YUV 45.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 55 22 144 0.62 0.85 0 0.44 256.23 0.73 0.33
Hex 37 16 90 3E 55 0 2C 100 49 21
Octal 67 26 220 76 125 0 54 400 111 41
Binary 110111 10110 10010000 111110 1010101 0 101100 100000000 1001001 100001

Color Harmonies of #371690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371690

Black with #371690

Text Example


Text Example

White with #371690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371690; }

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

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

background-color css

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

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

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

border-color css

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

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

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