Html Css Color HEX #460275 Indigo

📋 copy color: '#460275'

red 70 ◦ green 2 ◦ blue 117

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

Shades of Indigo #460275

Tints of Indigo #460275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.9%

R = 37.04%
G = 1.06%
B = 61.9%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460275 (or 0x460275) is known color: Indigo. HEX triplet: 46, 02 and 75. RGB value is (70,2,117). Sum of RGB (Red+Green+Blue) = 70+2+117=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #460275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460275 is #B9FD8A. Grayscale: #232323. Windows color (decimal): -12189067 or 7668294. OLE color: 7668294.

HSL color Cylindrical-coordinate representation of color #460275: hue angle of 275.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460275 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 2 117 -
CMYK 0.40 0.98 0 0.54
HSL 275.48º 0.97% 0.23% -
HSV(B) 275.48º 0.98% 0.46% -
XYZ 5.76 2.63 17.03 -
YUV 35.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 70 2 117 0.40 0.98 0 0.54 275.48 0.97 0.23
Hex 46 2 75 28 62 0 36 113 61 17
Octal 106 2 165 50 142 0 66 423 141 27
Binary 1000110 10 1110101 101000 1100010 0 110110 100010011 1100001 10111

Color Harmonies of #460275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460275

Black with #460275

Text Example


Text Example

White with #460275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460275; }

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

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

background-color css

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

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

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

border-color css

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

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

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