Html Css Color HEX #46039B Indigo

📋 copy color: '#46039B'

red 70 ◦ green 3 ◦ blue 155

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

Shades of Indigo #46039B

Tints of Indigo #46039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 30.7%
G = 1.32%
B = 67.98%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46039B (or 0x46039B) is known color: Indigo. HEX triplet: 46, 03 and 9B. RGB value is (70,3,155). Sum of RGB (Red+Green+Blue) = 70+3+155=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #46039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46039B is #B9FC64. Grayscale: #272727. Windows color (decimal): -12188773 or 10158918. OLE color: 10158918.

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

Color convert

RGB 70 3 155 -
CMYK 0.55 0.98 0 0.39
HSL 266.45º 0.96% 0.31% -
HSV(B) 266.45º 0.98% 0.61% -
XYZ 8.47 3.73 31.28 -
YUV 40.36 192.7 149.14 -
System Red Green Blue C M Y K H S L
Decimal 70 3 155 0.55 0.98 0 0.39 266.45 0.96 0.31
Hex 46 3 9B 37 62 0 27 10A 60 1F
Octal 106 3 233 67 142 0 47 412 140 37
Binary 1000110 11 10011011 110111 1100010 0 100111 100001010 1100000 11111

Color Harmonies of #46039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46039B

Black with #46039B

Text Example


Text Example

White with #46039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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