Html Css Color HEX #37196E Persian Indigo

📋 copy color: '#37196E'

red 55 ◦ green 25 ◦ blue 110

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

Shades of Persian Indigo #37196E

Tints of Persian Indigo #37196E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

 BLUE value IS 110 (43.36% from 255) = 57.89%

R = 28.95%
G = 13.16%
B = 57.89%

CMYK

 C value IS 0.5

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37196E (or 0x37196E) is known color: Persian Indigo. HEX triplet: 37, 19 and 6E. RGB value is (55,25,110). Sum of RGB (Red+Green+Blue) = 55+25+110=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #37196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37196E is #C8E691. Grayscale: #2B2B2B. Windows color (decimal): -13166226 or 7215415. OLE color: 7215415.

HSL color Cylindrical-coordinate representation of color #37196E: hue angle of 261.18º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37196E is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 25 110 -
CMYK 0.5 0.77 0 0.57
HSL 261.18º 0.63% 0.26% -
HSV(B) 261.18º 0.77% 0.43% -
XYZ 4.74 2.63 15.01 -
YUV 43.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 55 25 110 0.5 0.77 0 0.57 261.18 0.63 0.26
Hex 37 19 6E 32 4D 0 39 105 3F 1A
Octal 67 31 156 62 115 0 71 405 77 32
Binary 110111 11001 1101110 110010 1001101 0 111001 100000101 111111 11010

Color Harmonies of #37196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37196E

Black with #37196E

Text Example


Text Example

White with #37196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37196E; }

 p { color: rgb(55,25,110); }

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

background-color css

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

 a { background-color: rgb(55,25,110); }

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

border-color css

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

 span { border-color: rgb(55,25,110); }

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