Html Css Color HEX #46158A Indigo

📋 copy color: '#46158A'

red 70 ◦ green 21 ◦ blue 138

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

Shades of Indigo #46158A

Tints of Indigo #46158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 138 (54.3% from 255) = 60.26%

R = 30.57%
G = 9.17%
B = 60.26%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46158A (or 0x46158A) is known color: Indigo. HEX triplet: 46, 15 and 8A. RGB value is (70,21,138). Sum of RGB (Red+Green+Blue) = 70+21+138=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #46158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46158A is #B9EA75. Grayscale: #303030. Windows color (decimal): -12184182 or 9049414. OLE color: 9049414.

HSL color Cylindrical-coordinate representation of color #46158A: hue angle of 265.13º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46158A is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 21 138 -
CMYK 0.49 0.85 0 0.46
HSL 265.13º 0.74% 0.31% -
HSV(B) 265.13º 0.85% 0.54% -
XYZ 7.38 3.67 24.36 -
YUV 48.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 70 21 138 0.49 0.85 0 0.46 265.13 0.74 0.31
Hex 46 15 8A 31 55 0 2E 109 4A 1F
Octal 106 25 212 61 125 0 56 411 112 37
Binary 1000110 10101 10001010 110001 1010101 0 101110 100001001 1001010 11111

Color Harmonies of #46158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46158A

Black with #46158A

Text Example


Text Example

White with #46158A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,21,138); }

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

background-color css

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

 a { background-color: rgb(70,21,138); }

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

border-color css

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

 span { border-color: rgb(70,21,138); }

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