Html Css Color HEX #40028D Indigo

📋 copy color: '#40028D'

red 64 ◦ green 2 ◦ blue 141

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

Shades of Indigo #40028D

Tints of Indigo #40028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 141 (55.47% from 255) = 68.12%

R = 30.92%
G = 0.97%
B = 68.12%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40028D (or 0x40028D) is known color: Indigo. HEX triplet: 40, 02 and 8D. RGB value is (64,2,141). Sum of RGB (Red+Green+Blue) = 64+2+141=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #40028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40028D is #BFFD72. Grayscale: #232323. Windows color (decimal): -12582259 or 9241152. OLE color: 9241152.

HSL color Cylindrical-coordinate representation of color #40028D: hue angle of 266.76º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40028D is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 2 141 -
CMYK 0.55 0.99 0 0.45
HSL 266.76º 0.97% 0.28% -
HSV(B) 266.76º 0.99% 0.55% -
XYZ 6.94 3.06 25.42 -
YUV 36.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 64 2 141 0.55 0.99 0 0.45 266.76 0.97 0.28
Hex 40 2 8D 37 63 0 2D 10B 61 1C
Octal 100 2 215 67 143 0 55 413 141 34
Binary 1000000 10 10001101 110111 1100011 0 101101 100001011 1100001 11100

Color Harmonies of #40028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40028D

Black with #40028D

Text Example


Text Example

White with #40028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40028D; }

 p { color: rgb(64,2,141); }

 H1.HeaderClassName
 {
   color: #40028D;
 }
 .AnyTagClassName
 {
   color: #40028D;
 }
</style>

background-color css

<style>
 a { background-color: #40028D; }

 a { background-color: rgb(64,2,141); }

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

border-color css

<style>
 span { border-color: #40028D; }

 span { border-color: rgb(64,2,141); }

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