Html Css Color HEX #37129F Persian Indigo

📋 copy color: '#37129F'

red 55 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #37129F

Tints of Persian Indigo #37129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 23.71%
G = 7.76%
B = 68.53%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37129F (or 0x37129F) is known color: Persian Indigo. HEX triplet: 37, 12 and 9F. RGB value is (55,18,159). Sum of RGB (Red+Green+Blue) = 55+18+159=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #37129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37129F is #C8ED60. Grayscale: #2C2C2C. Windows color (decimal): -13167969 or 10424887. OLE color: 10424887.

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

Color convert

RGB 55 18 159 -
CMYK 0.65 0.89 0 0.38
HSL 255.74º 0.8% 0.35% -
HSV(B) 255.74º 0.89% 0.62% -
XYZ 8.05 3.75 33.1 -
YUV 45.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 55 18 159 0.65 0.89 0 0.38 255.74 0.8 0.35
Hex 37 12 9F 41 59 0 26 100 50 23
Octal 67 22 237 101 131 0 46 400 120 43
Binary 110111 10010 10011111 1000001 1011001 0 100110 100000000 1010000 100011

Color Harmonies of #37129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37129F

Black with #37129F

Text Example


Text Example

White with #37129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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