Html Css Color HEX #46029F Indigo

📋 copy color: '#46029F'

red 70 ◦ green 2 ◦ blue 159

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

Shades of Indigo #46029F

Tints of Indigo #46029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 30.3%
G = 0.87%
B = 68.83%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46029F (or 0x46029F) is known color: Indigo. HEX triplet: 46, 02 and 9F. RGB value is (70,2,159). Sum of RGB (Red+Green+Blue) = 70+2+159=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #46029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46029F is #B9FD60. Grayscale: #272727. Windows color (decimal): -12189025 or 10420806. OLE color: 10420806.

HSL color Cylindrical-coordinate representation of color #46029F: hue angle of 265.99º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46029F is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 2 159 -
CMYK 0.56 0.99 0 0.38
HSL 265.99º 0.98% 0.32% -
HSV(B) 265.99º 0.99% 0.62% -
XYZ 8.81 3.85 33.08 -
YUV 40.23 195.03 149.23 -
System Red Green Blue C M Y K H S L
Decimal 70 2 159 0.56 0.99 0 0.38 265.99 0.98 0.32
Hex 46 2 9F 38 63 0 26 10A 62 20
Octal 106 2 237 70 143 0 46 412 142 40
Binary 1000110 10 10011111 111000 1100011 0 100110 100001010 1100010 100000

Color Harmonies of #46029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46029F

Black with #46029F

Text Example


Text Example

White with #46029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46029F; }

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

 H1.HeaderClassName
 {
   color: #46029F;
 }
 .AnyTagClassName
 {
   color: #46029F;
 }
</style>

background-color css

<style>
 a { background-color: #46029F; }

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

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

border-color css

<style>
 span { border-color: #46029F; }

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

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