Html Css Color HEX #461799 Persian Indigo

📋 copy color: '#461799'

red 70 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #461799

Tints of Persian Indigo #461799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 153 (60.16% from 255) = 62.2%

R = 28.46%
G = 9.35%
B = 62.2%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#461799 (or 0x461799) is known color: Persian Indigo. HEX triplet: 46, 17 and 99. RGB value is (70,23,153). Sum of RGB (Red+Green+Blue) = 70+23+153=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #461799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461799 is #B9E866. Grayscale: #333333. Windows color (decimal): -12183655 or 10032966. OLE color: 10032966.

HSL color Cylindrical-coordinate representation of color #461799: hue angle of 261.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461799 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 23 153 -
CMYK 0.54 0.85 0 0.4
HSL 261.69º 0.74% 0.35% -
HSV(B) 261.69º 0.85% 0.6% -
XYZ 8.58 4.21 30.5 -
YUV 51.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 70 23 153 0.54 0.85 0 0.4 261.69 0.74 0.35
Hex 46 17 99 36 55 0 28 106 4A 23
Octal 106 27 231 66 125 0 50 406 112 43
Binary 1000110 10111 10011001 110110 1010101 0 101000 100000110 1001010 100011

Color Harmonies of #461799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461799

Black with #461799

Text Example


Text Example

White with #461799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461799; }

 p { color: rgb(70,23,153); }

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

background-color css

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

 a { background-color: rgb(70,23,153); }

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

border-color css

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

 span { border-color: rgb(70,23,153); }

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