Html Css Color HEX #37197C Persian Indigo

📋 copy color: '#37197C'

red 55 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #37197C

Tints of Persian Indigo #37197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.78%

R = 26.96%
G = 12.25%
B = 60.78%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37197C (or 0x37197C) is known color: Persian Indigo. HEX triplet: 37, 19 and 7C. RGB value is (55,25,124). Sum of RGB (Red+Green+Blue) = 55+25+124=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #37197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37197C is #C8E683. Grayscale: #2C2C2C. Windows color (decimal): -13166212 or 8132919. OLE color: 8132919.

HSL color Cylindrical-coordinate representation of color #37197C: hue angle of 258.18º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37197C is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 25 124 -
CMYK 0.56 0.80 0 0.51
HSL 258.18º 0.66% 0.29% -
HSV(B) 258.18º 0.8% 0.49% -
XYZ 5.56 2.96 19.35 -
YUV 45.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 55 25 124 0.56 0.80 0 0.51 258.18 0.66 0.29
Hex 37 19 7C 38 50 0 33 102 42 1D
Octal 67 31 174 70 120 0 63 402 102 35
Binary 110111 11001 1111100 111000 1010000 0 110011 100000010 1000010 11101

Color Harmonies of #37197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37197C

Black with #37197C

Text Example


Text Example

White with #37197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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