Html Css Color HEX #460270 Indigo

📋 copy color: '#460270'

red 70 ◦ green 2 ◦ blue 112

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

Shades of Indigo #460270

Tints of Indigo #460270

RGB

 RED value IS 70 (27.73% from 255) = 38.04%

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

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

R = 38.04%
G = 1.09%
B = 60.87%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460270 (or 0x460270) is known color: Indigo. HEX triplet: 46, 02 and 70. RGB value is (70,2,112). Sum of RGB (Red+Green+Blue) = 70+2+112=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #460270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460270 is #B9FD8F. Grayscale: #222222. Windows color (decimal): -12189072 or 7340614. OLE color: 7340614.

HSL color Cylindrical-coordinate representation of color #460270: hue angle of 277.09º 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 #460270 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 2 112 -
CMYK 0.38 0.98 0 0.56
HSL 277.09º 0.96% 0.22% -
HSV(B) 277.09º 0.98% 0.44% -
XYZ 5.47 2.52 15.53 -
YUV 34.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 70 2 112 0.38 0.98 0 0.56 277.09 0.96 0.22
Hex 46 2 70 26 62 0 38 115 60 16
Octal 106 2 160 46 142 0 70 425 140 26
Binary 1000110 10 1110000 100110 1100010 0 111000 100010101 1100000 10110

Color Harmonies of #460270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460270

Black with #460270

Text Example


Text Example

White with #460270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460270; }

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

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

background-color css

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

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

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

border-color css

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

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

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