Html Css Color HEX #46039A Indigo

📋 copy color: '#46039A'

red 70 ◦ green 3 ◦ blue 154

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

Shades of Indigo #46039A

Tints of Indigo #46039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 154 (60.55% from 255) = 67.84%

R = 30.84%
G = 1.32%
B = 67.84%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46039A (or 0x46039A) is known color: Indigo. HEX triplet: 46, 03 and 9A. RGB value is (70,3,154). Sum of RGB (Red+Green+Blue) = 70+3+154=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #46039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46039A is #B9FC65. Grayscale: #272727. Windows color (decimal): -12188774 or 10093382. OLE color: 10093382.

HSL color Cylindrical-coordinate representation of color #46039A: hue angle of 266.62º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46039A is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 3 154 -
CMYK 0.55 0.98 0 0.40
HSL 266.62º 0.96% 0.31% -
HSV(B) 266.62º 0.98% 0.6% -
XYZ 8.39 3.7 30.84 -
YUV 40.25 192.2 149.22 -
System Red Green Blue C M Y K H S L
Decimal 70 3 154 0.55 0.98 0 0.40 266.62 0.96 0.31
Hex 46 3 9A 37 62 0 28 10B 60 1F
Octal 106 3 232 67 142 0 50 413 140 37
Binary 1000110 11 10011010 110111 1100010 0 101000 100001011 1100000 11111

Color Harmonies of #46039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46039A

Black with #46039A

Text Example


Text Example

White with #46039A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,3,154); }

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

background-color css

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

 a { background-color: rgb(70,3,154); }

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

border-color css

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

 span { border-color: rgb(70,3,154); }

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