Html Css Color HEX #400498 Indigo

📋 copy color: '#400498'

red 64 ◦ green 4 ◦ blue 152

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

Shades of Indigo #400498

Tints of Indigo #400498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 152 (59.77% from 255) = 69.09%

R = 29.09%
G = 1.82%
B = 69.09%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#400498 (or 0x400498) is known color: Indigo. HEX triplet: 40, 04 and 98. RGB value is (64,4,152). Sum of RGB (Red+Green+Blue) = 64+4+152=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #400498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400498 is #BFFB67. Grayscale: #262626. Windows color (decimal): -12581736 or 9962560. OLE color: 9962560.

HSL color Cylindrical-coordinate representation of color #400498: hue angle of 264.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400498 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 4 152 -
CMYK 0.58 0.97 0 0.40
HSL 264.32º 0.95% 0.31% -
HSV(B) 264.32º 0.97% 0.6% -
XYZ 7.83 3.44 29.96 -
YUV 38.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 64 4 152 0.58 0.97 0 0.40 264.32 0.95 0.31
Hex 40 4 98 3A 61 0 28 108 5F 1F
Octal 100 4 230 72 141 0 50 410 137 37
Binary 1000000 100 10011000 111010 1100001 0 101000 100001000 1011111 11111

Color Harmonies of #400498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400498

Black with #400498

Text Example


Text Example

White with #400498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400498; }

 p { color: rgb(64,4,152); }

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

background-color css

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

 a { background-color: rgb(64,4,152); }

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

border-color css

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

 span { border-color: rgb(64,4,152); }

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