Html Css Color HEX #37197D Persian Indigo

📋 copy color: '#37197D'

red 55 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #37197D

Tints of Persian Indigo #37197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 26.83%
G = 12.2%
B = 60.98%

CMYK

 C value IS 0.56

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37197D (or 0x37197D) is known color: Persian Indigo. HEX triplet: 37, 19 and 7D. RGB value is (55,25,125). Sum of RGB (Red+Green+Blue) = 55+25+125=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #37197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37197D is #C8E682. Grayscale: #2D2D2D. Windows color (decimal): -13166211 or 8198455. OLE color: 8198455.

HSL color Cylindrical-coordinate representation of color #37197D: hue angle of 258º degrees, saturation: 0.67, 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 #37197D is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 25 125 -
CMYK 0.56 0.8 0 0.51
HSL 258º 0.67% 0.29% -
HSV(B) 258º 0.8% 0.49% -
XYZ 5.62 2.99 19.68 -
YUV 45.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 55 25 125 0.56 0.8 0 0.51 258 0.67 0.29
Hex 37 19 7D 38 50 0 33 102 43 1D
Octal 67 31 175 70 120 0 63 402 103 35
Binary 110111 11001 1111101 111000 1010000 0 110011 100000010 1000011 11101

Color Harmonies of #37197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37197D

Black with #37197D

Text Example


Text Example

White with #37197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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