Html Css Color HEX #400C82 Indigo

📋 copy color: '#400C82'

red 64 ◦ green 12 ◦ blue 130

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

Shades of Indigo #400C82

Tints of Indigo #400C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.83%

 BLUE value IS 130 (51.17% from 255) = 63.11%

R = 31.07%
G = 5.83%
B = 63.11%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#400C82 (or 0x400C82) is known color: Indigo. HEX triplet: 40, 0C and 82. RGB value is (64,12,130). Sum of RGB (Red+Green+Blue) = 64+12+130=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #400C82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400C82 is #BFF37D. Grayscale: #282828. Windows color (decimal): -12579710 or 8522816. OLE color: 8522816.

HSL color Cylindrical-coordinate representation of color #400C82: hue angle of 266.44º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400C82 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 12 130 -
CMYK 0.51 0.91 0 0.49
HSL 266.44º 0.83% 0.28% -
HSV(B) 266.44º 0.91% 0.51% -
XYZ 6.28 2.96 21.36 -
YUV 41 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 64 12 130 0.51 0.91 0 0.49 266.44 0.83 0.28
Hex 40 C 82 33 5B 0 31 10A 53 1C
Octal 100 14 202 63 133 0 61 412 123 34
Binary 1000000 1100 10000010 110011 1011011 0 110001 100001010 1010011 11100

Color Harmonies of #400C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C82

Black with #400C82

Text Example


Text Example

White with #400C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400C82; }

 p { color: rgb(64,12,130); }

 H1.HeaderClassName
 {
   color: #400C82;
 }
 .AnyTagClassName
 {
   color: #400C82;
 }
</style>

background-color css

<style>
 a { background-color: #400C82; }

 a { background-color: rgb(64,12,130); }

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

border-color css

<style>
 span { border-color: #400C82; }

 span { border-color: rgb(64,12,130); }

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