Html Css Color HEX #46026D Indigo

📋 copy color: '#46026D'

red 70 ◦ green 2 ◦ blue 109

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

Shades of Indigo #46026D

Tints of Indigo #46026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 38.67%
G = 1.1%
B = 60.22%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46026D (or 0x46026D) is known color: Indigo. HEX triplet: 46, 02 and 6D. RGB value is (70,2,109). Sum of RGB (Red+Green+Blue) = 70+2+109=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #46026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46026D is #B9FD92. Grayscale: #222222. Windows color (decimal): -12189075 or 7144006. OLE color: 7144006.

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

Color convert

RGB 70 2 109 -
CMYK 0.36 0.98 0 0.57
HSL 278.13º 0.96% 0.22% -
HSV(B) 278.13º 0.98% 0.43% -
XYZ 5.31 2.45 14.66 -
YUV 34.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 70 2 109 0.36 0.98 0 0.57 278.13 0.96 0.22
Hex 46 2 6D 24 62 0 39 116 60 16
Octal 106 2 155 44 142 0 71 426 140 26
Binary 1000110 10 1101101 100100 1100010 0 111001 100010110 1100000 10110

Color Harmonies of #46026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46026D

Black with #46026D

Text Example


Text Example

White with #46026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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