Html Css Color HEX #460066 Indigo

📋 copy color: '#460066'

red 70 ◦ green 0 ◦ blue 102

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

Shades of Indigo #460066

Tints of Indigo #460066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.3%

R = 40.7%
G = 0%
B = 59.3%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#460066 (or 0x460066) is known color: Indigo. HEX triplet: 46, 00 and 66. RGB value is (70,0,102). Sum of RGB (Red+Green+Blue) = 70+0+102=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #460066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460066 is #B9FF99. Grayscale: #202020. Windows color (decimal): -12189594 or 6684742. OLE color: 6684742.

HSL color Cylindrical-coordinate representation of color #460066: hue angle of 281.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460066 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 0 102 -
CMYK 0.31 1 0 0.6
HSL 281.18º 1% 0.2% -
HSV(B) 281.18º 1% 0.4% -
XYZ 4.92 2.26 12.75 -
YUV 32.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 70 0 102 0.31 1 0 0.6 281.18 1 0.2
Hex 46 0 66 1F 64 0 3C 119 64 14
Octal 106 0 146 37 144 0 74 431 144 24
Binary 1000110 0 1100110 11111 1100100 0 111100 100011001 1100100 10100

Color Harmonies of #460066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460066

Black with #460066

Text Example


Text Example

White with #460066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460066; }

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

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

background-color css

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

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

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

border-color css

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

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

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