Html Css Color HEX #46006D Indigo

📋 copy color: '#46006D'

red 70 ◦ green 0 ◦ blue 109

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

Shades of Indigo #46006D

Tints of Indigo #46006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.89%

R = 39.11%
G = 0%
B = 60.89%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46006D (or 0x46006D) is known color: Indigo. HEX triplet: 46, 00 and 6D. RGB value is (70,0,109). Sum of RGB (Red+Green+Blue) = 70+0+109=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #46006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46006D is #B9FF92. Grayscale: #202020. Windows color (decimal): -12189587 or 7143494. OLE color: 7143494.

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

Color convert

RGB 70 0 109 -
CMYK 0.36 1 0 0.57
HSL 278.53º 1% 0.21% -
HSV(B) 278.53º 1% 0.43% -
XYZ 5.29 2.41 14.65 -
YUV 33.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 70 0 109 0.36 1 0 0.57 278.53 1 0.21
Hex 46 0 6D 24 64 0 39 117 64 15
Octal 106 0 155 44 144 0 71 427 144 25
Binary 1000110 0 1101101 100100 1100100 0 111001 100010111 1100100 10101

Color Harmonies of #46006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46006D

Black with #46006D

Text Example


Text Example

White with #46006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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