Html Css Color HEX #46199A Persian Indigo

📋 copy color: '#46199A'

red 70 ◦ green 25 ◦ blue 154

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

Shades of Persian Indigo #46199A

Tints of Persian Indigo #46199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

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

R = 28.11%
G = 10.04%
B = 61.85%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46199A (or 0x46199A) is known color: Persian Indigo. HEX triplet: 46, 19 and 9A. RGB value is (70,25,154). Sum of RGB (Red+Green+Blue) = 70+25+154=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #46199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46199A is #B9E665. Grayscale: #343434. Windows color (decimal): -12183142 or 10099014. OLE color: 10099014.

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

Color convert

RGB 70 25 154 -
CMYK 0.55 0.84 0 0.40
HSL 260.93º 0.72% 0.35% -
HSV(B) 260.93º 0.84% 0.6% -
XYZ 8.71 4.33 30.95 -
YUV 53.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 70 25 154 0.55 0.84 0 0.40 260.93 0.72 0.35
Hex 46 19 9A 37 54 0 28 105 48 23
Octal 106 31 232 67 124 0 50 405 110 43
Binary 1000110 11001 10011010 110111 1010100 0 101000 100000101 1001000 100011

Color Harmonies of #46199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46199A

Black with #46199A

Text Example


Text Example

White with #46199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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