Html Css Color HEX #46057A Indigo

📋 copy color: '#46057A'

red 70 ◦ green 5 ◦ blue 122

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

Shades of Indigo #46057A

Tints of Indigo #46057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 122 (48.05% from 255) = 61.93%

R = 35.53%
G = 2.54%
B = 61.93%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46057A (or 0x46057A) is known color: Indigo. HEX triplet: 46, 05 and 7A. RGB value is (70,5,122). Sum of RGB (Red+Green+Blue) = 70+5+122=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #46057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46057A is #B9FA85. Grayscale: #252525. Windows color (decimal): -12188294 or 7996742. OLE color: 7996742.

HSL color Cylindrical-coordinate representation of color #46057A: hue angle of 273.33º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46057A is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 5 122 -
CMYK 0.43 0.96 0 0.52
HSL 273.33º 0.92% 0.25% -
HSV(B) 273.33º 0.96% 0.48% -
XYZ 6.09 2.82 18.63 -
YUV 37.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 70 5 122 0.43 0.96 0 0.52 273.33 0.92 0.25
Hex 46 5 7A 2B 60 0 34 111 5C 19
Octal 106 5 172 53 140 0 64 421 134 31
Binary 1000110 101 1111010 101011 1100000 0 110100 100010001 1011100 11001

Color Harmonies of #46057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46057A

Black with #46057A

Text Example


Text Example

White with #46057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,5,122); }

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

background-color css

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

 a { background-color: rgb(70,5,122); }

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

border-color css

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

 span { border-color: rgb(70,5,122); }

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