Html Css Color HEX #40008B Indigo

📋 copy color: '#40008B'

red 64 ◦ green 0 ◦ blue 139

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

Shades of Indigo #40008B

Tints of Indigo #40008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 31.53%
G = 0%
B = 68.47%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40008B (or 0x40008B) is known color: Indigo. HEX triplet: 40, 00 and 8B. RGB value is (64,0,139). Sum of RGB (Red+Green+Blue) = 64+0+139=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #40008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40008B is #BFFF74. Grayscale: #222222. Windows color (decimal): -12582773 or 9109568. OLE color: 9109568.

HSL color Cylindrical-coordinate representation of color #40008B: hue angle of 267.63º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40008B is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 0 139 -
CMYK 0.54 1 0 0.45
HSL 267.63º 1% 0.27% -
HSV(B) 267.63º 1% 0.55% -
XYZ 6.77 2.95 24.64 -
YUV 34.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 64 0 139 0.54 1 0 0.45 267.63 1 0.27
Hex 40 0 8B 36 64 0 2D 10C 64 1B
Octal 100 0 213 66 144 0 55 414 144 33
Binary 1000000 0 10001011 110110 1100100 0 101101 100001100 1100100 11011

Color Harmonies of #40008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40008B

Black with #40008B

Text Example


Text Example

White with #40008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,0,139); }

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

background-color css

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

 a { background-color: rgb(64,0,139); }

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

border-color css

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

 span { border-color: rgb(64,0,139); }

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