Html Css Color HEX #37199F Persian Indigo

📋 copy color: '#37199F'

red 55 ◦ green 25 ◦ blue 159

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

Shades of Persian Indigo #37199F

Tints of Persian Indigo #37199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.53%

R = 23.01%
G = 10.46%
B = 66.53%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37199F (or 0x37199F) is known color: Persian Indigo. HEX triplet: 37, 19 and 9F. RGB value is (55,25,159). Sum of RGB (Red+Green+Blue) = 55+25+159=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #37199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37199F is #C8E660. Grayscale: #303030. Windows color (decimal): -13166177 or 10426679. OLE color: 10426679.

HSL color Cylindrical-coordinate representation of color #37199F: hue angle of 253.43º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37199F is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 25 159 -
CMYK 0.65 0.84 0 0.38
HSL 253.43º 0.73% 0.36% -
HSV(B) 253.43º 0.84% 0.62% -
XYZ 8.18 4.01 33.14 -
YUV 49.25 189.94 132.1 -
System Red Green Blue C M Y K H S L
Decimal 55 25 159 0.65 0.84 0 0.38 253.43 0.73 0.36
Hex 37 19 9F 41 54 0 26 FD 49 24
Octal 67 31 237 101 124 0 46 375 111 44
Binary 110111 11001 10011111 1000001 1010100 0 100110 11111101 1001001 100100

Color Harmonies of #37199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37199F

Black with #37199F

Text Example


Text Example

White with #37199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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