Html Css Color HEX #37149E Persian Indigo

📋 copy color: '#37149E'

red 55 ◦ green 20 ◦ blue 158

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

Shades of Persian Indigo #37149E

Tints of Persian Indigo #37149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 23.61%
G = 8.58%
B = 67.81%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37149E (or 0x37149E) is known color: Persian Indigo. HEX triplet: 37, 14 and 9E. RGB value is (55,20,158). Sum of RGB (Red+Green+Blue) = 55+20+158=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #37149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37149E is #C8EB61. Grayscale: #2D2D2D. Windows color (decimal): -13167458 or 10359863. OLE color: 10359863.

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

Color convert

RGB 55 20 158 -
CMYK 0.65 0.87 0 0.38
HSL 255.22º 0.78% 0.35% -
HSV(B) 255.22º 0.87% 0.62% -
XYZ 8 3.78 32.66 -
YUV 46.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 55 20 158 0.65 0.87 0 0.38 255.22 0.78 0.35
Hex 37 14 9E 41 57 0 26 FF 4E 23
Octal 67 24 236 101 127 0 46 377 116 43
Binary 110111 10100 10011110 1000001 1010111 0 100110 11111111 1001110 100011

Color Harmonies of #37149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37149E

Black with #37149E

Text Example


Text Example

White with #37149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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