Html Css Color HEX #40006C Indigo

📋 copy color: '#40006C'

red 64 ◦ green 0 ◦ blue 108

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

Shades of Indigo #40006C

Tints of Indigo #40006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.21%
G = 0%
B = 62.79%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40006C (or 0x40006C) is known color: Indigo. HEX triplet: 40, 00 and 6C. RGB value is (64,0,108). Sum of RGB (Red+Green+Blue) = 64+0+108=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #40006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40006C is #BFFF93. Grayscale: #1F1F1F. Windows color (decimal): -12582804 or 7077952. OLE color: 7077952.

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

Color convert

RGB 64 0 108 -
CMYK 0.41 1 0 0.58
HSL 275.56º 1% 0.21% -
HSV(B) 275.56º 1% 0.42% -
XYZ 4.82 2.17 14.35 -
YUV 31.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 64 0 108 0.41 1 0 0.58 275.56 1 0.21
Hex 40 0 6C 29 64 0 3A 114 64 15
Octal 100 0 154 51 144 0 72 424 144 25
Binary 1000000 0 1101100 101001 1100100 0 111010 100010100 1100100 10101

Color Harmonies of #40006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40006C

Black with #40006C

Text Example


Text Example

White with #40006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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