Html Css Color HEX #40117D Persian Indigo

📋 copy color: '#40117D'

red 64 ◦ green 17 ◦ blue 125

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

Shades of Persian Indigo #40117D

Tints of Persian Indigo #40117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 31.07%
G = 8.25%
B = 60.68%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40117D (or 0x40117D) is known color: Persian Indigo. HEX triplet: 40, 11 and 7D. RGB value is (64,17,125). Sum of RGB (Red+Green+Blue) = 64+17+125=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #40117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40117D is #BFEE82. Grayscale: #2A2A2A. Windows color (decimal): -12578435 or 8196416. OLE color: 8196416.

HSL color Cylindrical-coordinate representation of color #40117D: hue angle of 266.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40117D is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 17 125 -
CMYK 0.49 0.86 0 0.51
HSL 266.11º 0.76% 0.28% -
HSV(B) 266.11º 0.86% 0.49% -
XYZ 6.02 2.97 19.66 -
YUV 43.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 64 17 125 0.49 0.86 0 0.51 266.11 0.76 0.28
Hex 40 11 7D 31 56 0 33 10A 4C 1C
Octal 100 21 175 61 126 0 63 412 114 34
Binary 1000000 10001 1111101 110001 1010110 0 110011 100001010 1001100 11100

Color Harmonies of #40117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40117D

Black with #40117D

Text Example


Text Example

White with #40117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40117D; }

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

 H1.HeaderClassName
 {
   color: #40117D;
 }
 .AnyTagClassName
 {
   color: #40117D;
 }
</style>

background-color css

<style>
 a { background-color: #40117D; }

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

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

border-color css

<style>
 span { border-color: #40117D; }

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

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