Html Css Color HEX #37129E Persian Indigo

📋 copy color: '#37129E'

red 55 ◦ green 18 ◦ blue 158

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

Shades of Persian Indigo #37129E

Tints of Persian Indigo #37129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 23.81%
G = 7.79%
B = 68.4%

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

#37129E (or 0x37129E) is known color: Persian Indigo. HEX triplet: 37, 12 and 9E. RGB value is (55,18,158). Sum of RGB (Red+Green+Blue) = 55+18+158=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #37129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37129E is #C8ED61. Grayscale: #2C2C2C. Windows color (decimal): -13167970 or 10359351. OLE color: 10359351.

HSL color Cylindrical-coordinate representation of color #37129E: hue angle of 255.86º 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 #37129E is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 18 158 -
CMYK 0.65 0.89 0 0.38
HSL 255.86º 0.8% 0.35% -
HSV(B) 255.86º 0.89% 0.62% -
XYZ 7.96 3.71 32.64 -
YUV 45.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 55 18 158 0.65 0.89 0 0.38 255.86 0.8 0.35
Hex 37 12 9E 41 59 0 26 100 50 23
Octal 67 22 236 101 131 0 46 400 120 43
Binary 110111 10010 10011110 1000001 1011001 0 100110 100000000 1010000 100011

Color Harmonies of #37129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37129E

Black with #37129E

Text Example


Text Example

White with #37129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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