Html Css Color HEX #460297 Indigo

📋 copy color: '#460297'

red 70 ◦ green 2 ◦ blue 151

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

Shades of Indigo #460297

Tints of Indigo #460297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 67.71%

R = 31.39%
G = 0.9%
B = 67.71%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#460297 (or 0x460297) is known color: Indigo. HEX triplet: 46, 02 and 97. RGB value is (70,2,151). Sum of RGB (Red+Green+Blue) = 70+2+151=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #460297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460297 is #B9FD68. Grayscale: #262626. Windows color (decimal): -12189033 or 9896518. OLE color: 9896518.

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

Color convert

RGB 70 2 151 -
CMYK 0.54 0.99 0 0.41
HSL 267.38º 0.97% 0.3% -
HSV(B) 267.38º 0.99% 0.59% -
XYZ 8.13 3.58 29.54 -
YUV 39.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 70 2 151 0.54 0.99 0 0.41 267.38 0.97 0.3
Hex 46 2 97 36 63 0 29 10B 61 1E
Octal 106 2 227 66 143 0 51 413 141 36
Binary 1000110 10 10010111 110110 1100011 0 101001 100001011 1100001 11110

Color Harmonies of #460297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460297

Black with #460297

Text Example


Text Example

White with #460297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460297; }

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

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

background-color css

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

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

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

border-color css

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

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

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