Html Css Color HEX #371392 Persian Indigo

📋 copy color: '#371392'

red 55 ◦ green 19 ◦ blue 146

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

Shades of Persian Indigo #371392

Tints of Persian Indigo #371392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 146 (57.42% from 255) = 66.36%

R = 25%
G = 8.64%
B = 66.36%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#371392 (or 0x371392) is known color: Persian Indigo. HEX triplet: 37, 13 and 92. RGB value is (55,19,146). Sum of RGB (Red+Green+Blue) = 55+19+146=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #371392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371392 is #C8EC6D. Grayscale: #2B2B2B. Windows color (decimal): -13167726 or 9573175. OLE color: 9573175.

HSL color Cylindrical-coordinate representation of color #371392: hue angle of 257.01º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371392 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 19 146 -
CMYK 0.62 0.87 0 0.43
HSL 257.01º 0.77% 0.32% -
HSV(B) 257.01º 0.87% 0.57% -
XYZ 7 3.35 27.47 -
YUV 44.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 55 19 146 0.62 0.87 0 0.43 257.01 0.77 0.32
Hex 37 13 92 3E 57 0 2B 101 4D 20
Octal 67 23 222 76 127 0 53 401 115 40
Binary 110111 10011 10010010 111110 1010111 0 101011 100000001 1001101 100000

Color Harmonies of #371392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371392

Black with #371392

Text Example


Text Example

White with #371392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371392; }

 p { color: rgb(55,19,146); }

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

background-color css

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

 a { background-color: rgb(55,19,146); }

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

border-color css

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

 span { border-color: rgb(55,19,146); }

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