Html Css Color HEX #40066F Indigo

📋 copy color: '#40066F'

red 64 ◦ green 6 ◦ blue 111

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

Shades of Indigo #40066F

Tints of Indigo #40066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

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

R = 35.36%
G = 3.31%
B = 61.33%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40066F (or 0x40066F) is known color: Indigo. HEX triplet: 40, 06 and 6F. RGB value is (64,6,111). Sum of RGB (Red+Green+Blue) = 64+6+111=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #40066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40066F is #BFF990. Grayscale: #222222. Windows color (decimal): -12581265 or 7276096. OLE color: 7276096.

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

Color convert

RGB 64 6 111 -
CMYK 0.42 0.95 0 0.56
HSL 273.14º 0.9% 0.23% -
HSV(B) 273.14º 0.95% 0.44% -
XYZ 5.05 2.37 15.23 -
YUV 35.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 64 6 111 0.42 0.95 0 0.56 273.14 0.9 0.23
Hex 40 6 6F 2A 5F 0 38 111 5A 17
Octal 100 6 157 52 137 0 70 421 132 27
Binary 1000000 110 1101111 101010 1011111 0 111000 100010001 1011010 10111

Color Harmonies of #40066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40066F

Black with #40066F

Text Example


Text Example

White with #40066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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