Html Css Color HEX #46046C Indigo

📋 copy color: '#46046C'

red 70 ◦ green 4 ◦ blue 108

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

Shades of Indigo #46046C

Tints of Indigo #46046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 38.46%
G = 2.2%
B = 59.34%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46046C (or 0x46046C) is known color: Indigo. HEX triplet: 46, 04 and 6C. RGB value is (70,4,108). Sum of RGB (Red+Green+Blue) = 70+4+108=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #46046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46046C is #B9FB93. Grayscale: #232323. Windows color (decimal): -12188564 or 7078982. OLE color: 7078982.

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

Color convert

RGB 70 4 108 -
CMYK 0.35 0.96 0 0.58
HSL 278.08º 0.93% 0.22% -
HSV(B) 278.08º 0.96% 0.42% -
XYZ 5.28 2.47 14.39 -
YUV 35.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 70 4 108 0.35 0.96 0 0.58 278.08 0.93 0.22
Hex 46 4 6C 23 60 0 3A 116 5D 16
Octal 106 4 154 43 140 0 72 426 135 26
Binary 1000110 100 1101100 100011 1100000 0 111010 100010110 1011101 10110

Color Harmonies of #46046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46046C

Black with #46046C

Text Example


Text Example

White with #46046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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