Html Css Color HEX #40119F Persian Indigo

📋 copy color: '#40119F'

red 64 ◦ green 17 ◦ blue 159

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

Shades of Persian Indigo #40119F

Tints of Persian Indigo #40119F

RGB

 RED value IS 64 (25.39% from 255) = 26.67%

 GREEN value IS 17 (7.03% from 255) = 7.08%

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

R = 26.67%
G = 7.08%
B = 66.25%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40119F (or 0x40119F) is known color: Persian Indigo. HEX triplet: 40, 11 and 9F. RGB value is (64,17,159). Sum of RGB (Red+Green+Blue) = 64+17+159=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #40119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40119F is #BFEE60. Grayscale: #2E2E2E. Windows color (decimal): -12578401 or 10424640. OLE color: 10424640.

HSL color Cylindrical-coordinate representation of color #40119F: hue angle of 259.86º degrees, saturation: 0.81, 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 #40119F is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 17 159 -
CMYK 0.60 0.89 0 0.38
HSL 259.86º 0.81% 0.35% -
HSV(B) 259.86º 0.89% 0.62% -
XYZ 8.57 3.99 33.12 -
YUV 47.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 64 17 159 0.60 0.89 0 0.38 259.86 0.81 0.35
Hex 40 11 9F 3C 59 0 26 104 51 23
Octal 100 21 237 74 131 0 46 404 121 43
Binary 1000000 10001 10011111 111100 1011001 0 100110 100000100 1010001 100011

Color Harmonies of #40119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40119F

Black with #40119F

Text Example


Text Example

White with #40119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,17,159); }

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

background-color css

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

 a { background-color: rgb(64,17,159); }

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

border-color css

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

 span { border-color: rgb(64,17,159); }

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