Html Css Color HEX #461998 Persian Indigo

📋 copy color: '#461998'

red 70 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #461998

Tints of Persian Indigo #461998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.54%

R = 28.34%
G = 10.12%
B = 61.54%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#461998 (or 0x461998) is known color: Persian Indigo. HEX triplet: 46, 19 and 98. RGB value is (70,25,152). Sum of RGB (Red+Green+Blue) = 70+25+152=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #461998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461998 is #B9E667. Grayscale: #343434. Windows color (decimal): -12183144 or 9967942. OLE color: 9967942.

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

Color convert

RGB 70 25 152 -
CMYK 0.54 0.84 0 0.40
HSL 261.26º 0.72% 0.35% -
HSV(B) 261.26º 0.84% 0.6% -
XYZ 8.54 4.26 30.08 -
YUV 52.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 70 25 152 0.54 0.84 0 0.40 261.26 0.72 0.35
Hex 46 19 98 36 54 0 28 105 48 23
Octal 106 31 230 66 124 0 50 405 110 43
Binary 1000110 11001 10011000 110110 1010100 0 101000 100000101 1001000 100011

Color Harmonies of #461998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461998

Black with #461998

Text Example


Text Example

White with #461998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461998; }

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

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

background-color css

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

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

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

border-color css

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

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

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