Html Css Color HEX #40016B Indigo

📋 copy color: '#40016B'

red 64 ◦ green 1 ◦ blue 107

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

Shades of Indigo #40016B

Tints of Indigo #40016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 107 (42.19% from 255) = 62.21%

R = 37.21%
G = 0.58%
B = 62.21%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40016B (or 0x40016B) is known color: Indigo. HEX triplet: 40, 01 and 6B. RGB value is (64,1,107). Sum of RGB (Red+Green+Blue) = 64+1+107=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #40016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40016B is #BFFE94. Grayscale: #1F1F1F. Windows color (decimal): -12582549 or 7012672. OLE color: 7012672.

HSL color Cylindrical-coordinate representation of color #40016B: hue angle of 275.66º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40016B is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 1 107 -
CMYK 0.40 0.99 0 0.58
HSL 275.66º 0.98% 0.21% -
HSV(B) 275.66º 0.99% 0.42% -
XYZ 4.78 2.17 14.08 -
YUV 31.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 64 1 107 0.40 0.99 0 0.58 275.66 0.98 0.21
Hex 40 1 6B 28 63 0 3A 114 62 15
Octal 100 1 153 50 143 0 72 424 142 25
Binary 1000000 1 1101011 101000 1100011 0 111010 100010100 1100010 10101

Color Harmonies of #40016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40016B

Black with #40016B

Text Example


Text Example

White with #40016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40016B; }

 p { color: rgb(64,1,107); }

 H1.HeaderClassName
 {
   color: #40016B;
 }
 .AnyTagClassName
 {
   color: #40016B;
 }
</style>

background-color css

<style>
 a { background-color: #40016B; }

 a { background-color: rgb(64,1,107); }

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

border-color css

<style>
 span { border-color: #40016B; }

 span { border-color: rgb(64,1,107); }

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