Html Css Color HEX #46057E Indigo

📋 copy color: '#46057E'

red 70 ◦ green 5 ◦ blue 126

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

Shades of Indigo #46057E

Tints of Indigo #46057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 62.69%

R = 34.83%
G = 2.49%
B = 62.69%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46057E (or 0x46057E) is known color: Indigo. HEX triplet: 46, 05 and 7E. RGB value is (70,5,126). Sum of RGB (Red+Green+Blue) = 70+5+126=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #46057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46057E is #B9FA81. Grayscale: #252525. Windows color (decimal): -12188290 or 8258886. OLE color: 8258886.

HSL color Cylindrical-coordinate representation of color #46057E: hue angle of 272.23º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46057E is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 5 126 -
CMYK 0.44 0.96 0 0.51
HSL 272.23º 0.92% 0.26% -
HSV(B) 272.23º 0.96% 0.49% -
XYZ 6.35 2.92 19.97 -
YUV 38.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 70 5 126 0.44 0.96 0 0.51 272.23 0.92 0.26
Hex 46 5 7E 2C 60 0 33 110 5C 1A
Octal 106 5 176 54 140 0 63 420 134 32
Binary 1000110 101 1111110 101100 1100000 0 110011 100010000 1011100 11010

Color Harmonies of #46057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46057E

Black with #46057E

Text Example


Text Example

White with #46057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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