Html Css Color HEX #46046D Indigo

📋 copy color: '#46046D'

red 70 ◦ green 4 ◦ blue 109

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

Shades of Indigo #46046D

Tints of Indigo #46046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

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

R = 38.25%
G = 2.19%
B = 59.56%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46046D (or 0x46046D) is known color: Indigo. HEX triplet: 46, 04 and 6D. RGB value is (70,4,109). Sum of RGB (Red+Green+Blue) = 70+4+109=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #46046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46046D is #B9FB92. Grayscale: #232323. Windows color (decimal): -12188563 or 7144518. OLE color: 7144518.

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

Color convert

RGB 70 4 109 -
CMYK 0.36 0.96 0 0.57
HSL 277.71º 0.93% 0.22% -
HSV(B) 277.71º 0.96% 0.43% -
XYZ 5.33 2.49 14.67 -
YUV 35.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 70 4 109 0.36 0.96 0 0.57 277.71 0.93 0.22
Hex 46 4 6D 24 60 0 39 116 5D 16
Octal 106 4 155 44 140 0 71 426 135 26
Binary 1000110 100 1101101 100100 1100000 0 111001 100010110 1011101 10110

Color Harmonies of #46046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46046D

Black with #46046D

Text Example


Text Example

White with #46046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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