Html Css Color HEX #46037A Indigo

📋 copy color: '#46037A'

red 70 ◦ green 3 ◦ blue 122

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

Shades of Indigo #46037A

Tints of Indigo #46037A

RGB

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

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

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

R = 35.9%
G = 1.54%
B = 62.56%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46037A (or 0x46037A) is known color: Indigo. HEX triplet: 46, 03 and 7A. RGB value is (70,3,122). Sum of RGB (Red+Green+Blue) = 70+3+122=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #46037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46037A is #B9FC85. Grayscale: #242424. Windows color (decimal): -12188806 or 7996230. OLE color: 7996230.

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

Color convert

RGB 70 3 122 -
CMYK 0.43 0.98 0 0.52
HSL 273.78º 0.95% 0.25% -
HSV(B) 273.78º 0.98% 0.48% -
XYZ 6.07 2.77 18.63 -
YUV 36.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 70 3 122 0.43 0.98 0 0.52 273.78 0.95 0.25
Hex 46 3 7A 2B 62 0 34 112 5F 19
Octal 106 3 172 53 142 0 64 422 137 31
Binary 1000110 11 1111010 101011 1100010 0 110100 100010010 1011111 11001

Color Harmonies of #46037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46037A

Black with #46037A

Text Example


Text Example

White with #46037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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