Html Css Color HEX #37199B Persian Indigo

📋 copy color: '#37199B'

red 55 ◦ green 25 ◦ blue 155

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

Shades of Persian Indigo #37199B

Tints of Persian Indigo #37199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 23.4%
G = 10.64%
B = 65.96%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37199B (or 0x37199B) is known color: Persian Indigo. HEX triplet: 37, 19 and 9B. RGB value is (55,25,155). Sum of RGB (Red+Green+Blue) = 55+25+155=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #37199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37199B is #C8E664. Grayscale: #303030. Windows color (decimal): -13166181 or 10164535. OLE color: 10164535.

HSL color Cylindrical-coordinate representation of color #37199B: hue angle of 253.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37199B is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 25 155 -
CMYK 0.65 0.84 0 0.39
HSL 253.85º 0.72% 0.35% -
HSV(B) 253.85º 0.84% 0.61% -
XYZ 7.84 3.87 31.34 -
YUV 48.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 55 25 155 0.65 0.84 0 0.39 253.85 0.72 0.35
Hex 37 19 9B 41 54 0 27 FE 48 23
Octal 67 31 233 101 124 0 47 376 110 43
Binary 110111 11001 10011011 1000001 1010100 0 100111 11111110 1001000 100011

Color Harmonies of #37199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37199B

Black with #37199B

Text Example


Text Example

White with #37199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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