Html Css Color HEX #4600A0 Indigo

📋 copy color: '#4600A0'

red 70 ◦ green 0 ◦ blue 160

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

Shades of Indigo #4600A0

Tints of Indigo #4600A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 160 (62.89% from 255) = 69.57%

R = 30.43%
G = 0%
B = 69.57%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4600A0 (or 0x4600A0) is known color: Indigo. HEX triplet: 46, 00 and A0. RGB value is (70,0,160). Sum of RGB (Red+Green+Blue) = 70+0+160=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #4600A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4600A0 is #B9FF5F. Grayscale: #262626. Windows color (decimal): -12189536 or 10485830. OLE color: 10485830.

HSL color Cylindrical-coordinate representation of color #4600A0: hue angle of 266.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600A0 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 0 160 -
CMYK 0.56 1 0 0.37
HSL 266.25º 1% 0.31% -
HSV(B) 266.25º 1% 0.63% -
XYZ 8.87 3.84 33.53 -
YUV 39.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 70 0 160 0.56 1 0 0.37 266.25 1 0.31
Hex 46 0 A0 38 64 0 25 10A 64 1F
Octal 106 0 240 70 144 0 45 412 144 37
Binary 1000110 0 10100000 111000 1100100 0 100101 100001010 1100100 11111

Color Harmonies of #4600A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4600A0

Black with #4600A0

Text Example


Text Example

White with #4600A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4600A0; }

 p { color: rgb(70,0,160); }

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

background-color css

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

 a { background-color: rgb(70,0,160); }

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

border-color css

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

 span { border-color: rgb(70,0,160); }

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