Html Css Color HEX #40117C Persian Indigo

📋 copy color: '#40117C'

red 64 ◦ green 17 ◦ blue 124

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

Shades of Persian Indigo #40117C

Tints of Persian Indigo #40117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 31.22%
G = 8.29%
B = 60.49%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40117C (or 0x40117C) is known color: Persian Indigo. HEX triplet: 40, 11 and 7C. RGB value is (64,17,124). Sum of RGB (Red+Green+Blue) = 64+17+124=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #40117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40117C is #BFEE83. Grayscale: #2A2A2A. Windows color (decimal): -12578436 or 8130880. OLE color: 8130880.

HSL color Cylindrical-coordinate representation of color #40117C: hue angle of 266.36º 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 #40117C is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 17 124 -
CMYK 0.48 0.86 0 0.51
HSL 266.36º 0.76% 0.28% -
HSV(B) 266.36º 0.86% 0.49% -
XYZ 5.95 2.95 19.32 -
YUV 43.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 64 17 124 0.48 0.86 0 0.51 266.36 0.76 0.28
Hex 40 11 7C 30 56 0 33 10A 4C 1C
Octal 100 21 174 60 126 0 63 412 114 34
Binary 1000000 10001 1111100 110000 1010110 0 110011 100001010 1001100 11100

Color Harmonies of #40117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40117C

Black with #40117C

Text Example


Text Example

White with #40117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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