Html Css Color HEX #37197F Persian Indigo

📋 copy color: '#37197F'

red 55 ◦ green 25 ◦ blue 127

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

Shades of Persian Indigo #37197F

Tints of Persian Indigo #37197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.35%

R = 26.57%
G = 12.08%
B = 61.35%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37197F (or 0x37197F) is known color: Persian Indigo. HEX triplet: 37, 19 and 7F. RGB value is (55,25,127). Sum of RGB (Red+Green+Blue) = 55+25+127=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #37197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37197F is #C8E680. Grayscale: #2D2D2D. Windows color (decimal): -13166209 or 8329527. OLE color: 8329527.

HSL color Cylindrical-coordinate representation of color #37197F: hue angle of 257.65º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37197F is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 25 127 -
CMYK 0.57 0.80 0 0.50
HSL 257.65º 0.67% 0.3% -
HSV(B) 257.65º 0.8% 0.5% -
XYZ 5.75 3.04 20.36 -
YUV 45.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 55 25 127 0.57 0.80 0 0.50 257.65 0.67 0.3
Hex 37 19 7F 39 50 0 32 102 43 1E
Octal 67 31 177 71 120 0 62 402 103 36
Binary 110111 11001 1111111 111001 1010000 0 110010 100000010 1000011 11110

Color Harmonies of #37197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37197F

Black with #37197F

Text Example


Text Example

White with #37197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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