Html Css Color HEX #400298 Indigo

📋 copy color: '#400298'

red 64 ◦ green 2 ◦ blue 152

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

Shades of Indigo #400298

Tints of Indigo #400298

RGB

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

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

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

R = 29.36%
G = 0.92%
B = 69.72%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#400298 (or 0x400298) is known color: Indigo. HEX triplet: 40, 02 and 98. RGB value is (64,2,152). Sum of RGB (Red+Green+Blue) = 64+2+152=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #400298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400298 is #BFFD67. Grayscale: #252525. Windows color (decimal): -12582248 or 9962048. OLE color: 9962048.

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

Color convert

RGB 64 2 152 -
CMYK 0.58 0.99 0 0.40
HSL 264.8º 0.97% 0.3% -
HSV(B) 264.8º 0.99% 0.6% -
XYZ 7.8 3.4 29.95 -
YUV 37.64 192.54 146.8 -
System Red Green Blue C M Y K H S L
Decimal 64 2 152 0.58 0.99 0 0.40 264.8 0.97 0.3
Hex 40 2 98 3A 63 0 28 109 61 1E
Octal 100 2 230 72 143 0 50 411 141 36
Binary 1000000 10 10011000 111010 1100011 0 101000 100001001 1100001 11110

Color Harmonies of #400298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400298

Black with #400298

Text Example


Text Example

White with #400298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400298; }

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

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

background-color css

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

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

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

border-color css

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

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

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