Html Css Color HEX #40056C Indigo

📋 copy color: '#40056C'

red 64 ◦ green 5 ◦ blue 108

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

Shades of Indigo #40056C

Tints of Indigo #40056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 36.16%
G = 2.82%
B = 61.02%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40056C (or 0x40056C) is known color: Indigo. HEX triplet: 40, 05 and 6C. RGB value is (64,5,108). Sum of RGB (Red+Green+Blue) = 64+5+108=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #40056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40056C is #BFFA93. Grayscale: #222222. Windows color (decimal): -12581524 or 7079232. OLE color: 7079232.

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

Color convert

RGB 64 5 108 -
CMYK 0.41 0.95 0 0.58
HSL 274.37º 0.91% 0.22% -
HSV(B) 274.37º 0.95% 0.42% -
XYZ 4.88 2.28 14.37 -
YUV 34.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 64 5 108 0.41 0.95 0 0.58 274.37 0.91 0.22
Hex 40 5 6C 29 5F 0 3A 112 5B 16
Octal 100 5 154 51 137 0 72 422 133 26
Binary 1000000 101 1101100 101001 1011111 0 111010 100010010 1011011 10110

Color Harmonies of #40056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40056C

Black with #40056C

Text Example


Text Example

White with #40056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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