Html Css Color HEX #40116F Persian Indigo

📋 copy color: '#40116F'

red 64 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #40116F

Tints of Persian Indigo #40116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 33.33%
G = 8.85%
B = 57.81%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40116F (or 0x40116F) is known color: Persian Indigo. HEX triplet: 40, 11 and 6F. RGB value is (64,17,111). Sum of RGB (Red+Green+Blue) = 64+17+111=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #40116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40116F is #BFEE90. Grayscale: #292929. Windows color (decimal): -12578449 or 7278912. OLE color: 7278912.

HSL color Cylindrical-coordinate representation of color #40116F: hue angle of 270º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40116F is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 17 111 -
CMYK 0.42 0.85 0 0.56
HSL 270º 0.73% 0.25% -
HSV(B) 270º 0.85% 0.44% -
XYZ 5.18 2.64 15.27 -
YUV 41.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 64 17 111 0.42 0.85 0 0.56 270 0.73 0.25
Hex 40 11 6F 2A 55 0 38 10E 49 19
Octal 100 21 157 52 125 0 70 416 111 31
Binary 1000000 10001 1101111 101010 1010101 0 111000 100001110 1001001 11001

Color Harmonies of #40116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40116F

Black with #40116F

Text Example


Text Example

White with #40116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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