Html Css Color HEX #40016C Indigo

📋 copy color: '#40016C'

red 64 ◦ green 1 ◦ blue 108

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

Shades of Indigo #40016C

Tints of Indigo #40016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 108 (42.58% from 255) = 62.43%

R = 36.99%
G = 0.58%
B = 62.43%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40016C (or 0x40016C) is known color: Indigo. HEX triplet: 40, 01 and 6C. RGB value is (64,1,108). Sum of RGB (Red+Green+Blue) = 64+1+108=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #40016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40016C is #BFFE93. Grayscale: #1F1F1F. Windows color (decimal): -12582548 or 7078208. OLE color: 7078208.

HSL color Cylindrical-coordinate representation of color #40016C: hue angle of 275.33º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40016C is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 1 108 -
CMYK 0.41 0.99 0 0.58
HSL 275.33º 0.98% 0.21% -
HSV(B) 275.33º 0.99% 0.42% -
XYZ 4.83 2.19 14.36 -
YUV 32.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 64 1 108 0.41 0.99 0 0.58 275.33 0.98 0.21
Hex 40 1 6C 29 63 0 3A 113 62 15
Octal 100 1 154 51 143 0 72 423 142 25
Binary 1000000 1 1101100 101001 1100011 0 111010 100010011 1100010 10101

Color Harmonies of #40016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40016C

Black with #40016C

Text Example


Text Example

White with #40016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,1,108); }

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

background-color css

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

 a { background-color: rgb(64,1,108); }

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

border-color css

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

 span { border-color: rgb(64,1,108); }

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