Html Css Color HEX #461999 Persian Indigo

📋 copy color: '#461999'

red 70 ◦ green 25 ◦ blue 153

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

Shades of Persian Indigo #461999

Tints of Persian Indigo #461999

RGB

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

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

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

R = 28.23%
G = 10.08%
B = 61.69%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#461999 (or 0x461999) is known color: Persian Indigo. HEX triplet: 46, 19 and 99. RGB value is (70,25,153). Sum of RGB (Red+Green+Blue) = 70+25+153=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #461999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461999 is #B9E666. Grayscale: #343434. Windows color (decimal): -12183143 or 10033478. OLE color: 10033478.

HSL color Cylindrical-coordinate representation of color #461999: hue angle of 261.09º 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 #461999 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 25 153 -
CMYK 0.54 0.84 0 0.4
HSL 261.09º 0.72% 0.35% -
HSV(B) 261.09º 0.84% 0.6% -
XYZ 8.62 4.3 30.51 -
YUV 53.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 70 25 153 0.54 0.84 0 0.4 261.09 0.72 0.35
Hex 46 19 99 36 54 0 28 105 48 23
Octal 106 31 231 66 124 0 50 405 110 43
Binary 1000110 11001 10011001 110110 1010100 0 101000 100000101 1001000 100011

Color Harmonies of #461999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461999

Black with #461999

Text Example


Text Example

White with #461999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461999; }

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

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

background-color css

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

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

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

border-color css

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

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

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