Html Css Color HEX #460069 Indigo

📋 copy color: '#460069'

red 70 ◦ green 0 ◦ blue 105

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

Shades of Indigo #460069

Tints of Indigo #460069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460069 (or 0x460069) is known color: Indigo. HEX triplet: 46, 00 and 69. RGB value is (70,0,105). Sum of RGB (Red+Green+Blue) = 70+0+105=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #460069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460069 is #B9FF96. Grayscale: #202020. Windows color (decimal): -12189591 or 6881350. OLE color: 6881350.

HSL color Cylindrical-coordinate representation of color #460069: hue angle of 280º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460069 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 0 105 -
CMYK 0.33 1 0 0.59
HSL 280º 1% 0.21% -
HSV(B) 280º 1% 0.41% -
XYZ 5.08 2.32 13.55 -
YUV 32.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 70 0 105 0.33 1 0 0.59 280 1 0.21
Hex 46 0 69 21 64 0 3B 118 64 15
Octal 106 0 151 41 144 0 73 430 144 25
Binary 1000110 0 1101001 100001 1100100 0 111011 100011000 1100100 10101

Color Harmonies of #460069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460069

Black with #460069

Text Example


Text Example

White with #460069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460069; }

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

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

background-color css

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

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

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

border-color css

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

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

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