Html Css Color HEX #40028A Indigo

📋 copy color: '#40028A'

red 64 ◦ green 2 ◦ blue 138

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

Shades of Indigo #40028A

Tints of Indigo #40028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.65%

R = 31.37%
G = 0.98%
B = 67.65%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40028A (or 0x40028A) is known color: Indigo. HEX triplet: 40, 02 and 8A. RGB value is (64,2,138). Sum of RGB (Red+Green+Blue) = 64+2+138=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #40028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40028A is #BFFD75. Grayscale: #232323. Windows color (decimal): -12582262 or 9044544. OLE color: 9044544.

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

Color convert

RGB 64 2 138 -
CMYK 0.54 0.99 0 0.46
HSL 267.35º 0.97% 0.27% -
HSV(B) 267.35º 0.99% 0.54% -
XYZ 6.72 2.97 24.26 -
YUV 36.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 64 2 138 0.54 0.99 0 0.46 267.35 0.97 0.27
Hex 40 2 8A 36 63 0 2E 10B 61 1B
Octal 100 2 212 66 143 0 56 413 141 33
Binary 1000000 10 10001010 110110 1100011 0 101110 100001011 1100001 11011

Color Harmonies of #40028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40028A

Black with #40028A

Text Example


Text Example

White with #40028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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