Html Css Color HEX #46006A Indigo

📋 copy color: '#46006A'

red 70 ◦ green 0 ◦ blue 106

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

Shades of Indigo #46006A

Tints of Indigo #46006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 60.23%

R = 39.77%
G = 0%
B = 60.23%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46006A (or 0x46006A) is known color: Indigo. HEX triplet: 46, 00 and 6A. RGB value is (70,0,106). Sum of RGB (Red+Green+Blue) = 70+0+106=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #46006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46006A is #B9FF95. Grayscale: #202020. Windows color (decimal): -12189590 or 6946886. OLE color: 6946886.

HSL color Cylindrical-coordinate representation of color #46006A: hue angle of 279.62º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46006A is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 0 106 -
CMYK 0.34 1 0 0.58
HSL 279.62º 1% 0.21% -
HSV(B) 279.62º 1% 0.42% -
XYZ 5.13 2.34 13.82 -
YUV 33.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 70 0 106 0.34 1 0 0.58 279.62 1 0.21
Hex 46 0 6A 22 64 0 3A 118 64 15
Octal 106 0 152 42 144 0 72 430 144 25
Binary 1000110 0 1101010 100010 1100100 0 111010 100011000 1100100 10101

Color Harmonies of #46006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46006A

Black with #46006A

Text Example


Text Example

White with #46006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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