Html Css Color HEX #40056F Indigo

📋 copy color: '#40056F'

red 64 ◦ green 5 ◦ blue 111

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

Shades of Indigo #40056F

Tints of Indigo #40056F

RGB

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

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

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

R = 35.56%
G = 2.78%
B = 61.67%

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

#40056F (or 0x40056F) is known color: Indigo. HEX triplet: 40, 05 and 6F. RGB value is (64,5,111). Sum of RGB (Red+Green+Blue) = 64+5+111=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #40056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40056F is #BFFA90. Grayscale: #222222. Windows color (decimal): -12581521 or 7275840. OLE color: 7275840.

HSL color Cylindrical-coordinate representation of color #40056F: hue angle of 273.4º degrees, saturation: 0.91, 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 #40056F is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 5 111 -
CMYK 0.42 0.95 0 0.56
HSL 273.4º 0.91% 0.23% -
HSV(B) 273.4º 0.95% 0.44% -
XYZ 5.04 2.35 15.23 -
YUV 34.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 64 5 111 0.42 0.95 0 0.56 273.4 0.91 0.23
Hex 40 5 6F 2A 5F 0 38 111 5B 17
Octal 100 5 157 52 137 0 70 421 133 27
Binary 1000000 101 1101111 101010 1011111 0 111000 100010001 1011011 10111

Color Harmonies of #40056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40056F

Black with #40056F

Text Example


Text Example

White with #40056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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