Html Css Color HEX #40066C Indigo

📋 copy color: '#40066C'

red 64 ◦ green 6 ◦ blue 108

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

Shades of Indigo #40066C

Tints of Indigo #40066C

RGB

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

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

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

R = 35.96%
G = 3.37%
B = 60.67%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40066C (or 0x40066C) is known color: Indigo. HEX triplet: 40, 06 and 6C. RGB value is (64,6,108). Sum of RGB (Red+Green+Blue) = 64+6+108=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #40066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40066C is #BFF993. Grayscale: #222222. Windows color (decimal): -12581268 or 7079488. OLE color: 7079488.

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

Color convert

RGB 64 6 108 -
CMYK 0.41 0.94 0 0.58
HSL 274.12º 0.89% 0.22% -
HSV(B) 274.12º 0.94% 0.42% -
XYZ 4.89 2.3 14.37 -
YUV 34.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 64 6 108 0.41 0.94 0 0.58 274.12 0.89 0.22
Hex 40 6 6C 29 5E 0 3A 112 59 16
Octal 100 6 154 51 136 0 72 422 131 26
Binary 1000000 110 1101100 101001 1011110 0 111010 100010010 1011001 10110

Color Harmonies of #40066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40066C

Black with #40066C

Text Example


Text Example

White with #40066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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