Html Css Color HEX #400270 Indigo

📋 copy color: '#400270'

red 64 ◦ green 2 ◦ blue 112

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

Shades of Indigo #400270

Tints of Indigo #400270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 35.96%
G = 1.12%
B = 62.92%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400270 (or 0x400270) is known color: Indigo. HEX triplet: 40, 02 and 70. RGB value is (64,2,112). Sum of RGB (Red+Green+Blue) = 64+2+112=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #400270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400270 is #BFFD8F. Grayscale: #202020. Windows color (decimal): -12582288 or 7340608. OLE color: 7340608.

HSL color Cylindrical-coordinate representation of color #400270: hue angle of 273.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400270 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 2 112 -
CMYK 0.43 0.98 0 0.56
HSL 273.82º 0.96% 0.22% -
HSV(B) 273.82º 0.98% 0.44% -
XYZ 5.06 2.3 15.51 -
YUV 33.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 64 2 112 0.43 0.98 0 0.56 273.82 0.96 0.22
Hex 40 2 70 2B 62 0 38 112 60 16
Octal 100 2 160 53 142 0 70 422 140 26
Binary 1000000 10 1110000 101011 1100010 0 111000 100010010 1100000 10110

Color Harmonies of #400270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400270

Black with #400270

Text Example


Text Example

White with #400270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400270; }

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

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

background-color css

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

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

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

border-color css

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

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

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