Html Css Color HEX #37139F Persian Indigo

📋 copy color: '#37139F'

red 55 ◦ green 19 ◦ blue 159

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

Shades of Persian Indigo #37139F

Tints of Persian Indigo #37139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 23.61%
G = 8.15%
B = 68.24%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37139F (or 0x37139F) is known color: Persian Indigo. HEX triplet: 37, 13 and 9F. RGB value is (55,19,159). Sum of RGB (Red+Green+Blue) = 55+19+159=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #37139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37139F is #C8EC60. Grayscale: #2D2D2D. Windows color (decimal): -13167713 or 10425143. OLE color: 10425143.

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

Color convert

RGB 55 19 159 -
CMYK 0.65 0.88 0 0.38
HSL 255.43º 0.79% 0.35% -
HSV(B) 255.43º 0.88% 0.62% -
XYZ 8.07 3.78 33.11 -
YUV 45.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 55 19 159 0.65 0.88 0 0.38 255.43 0.79 0.35
Hex 37 13 9F 41 58 0 26 FF 4F 23
Octal 67 23 237 101 130 0 46 377 117 43
Binary 110111 10011 10011111 1000001 1011000 0 100110 11111111 1001111 100011

Color Harmonies of #37139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37139F

Black with #37139F

Text Example


Text Example

White with #37139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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