Html Css Color HEX #461798 Persian Indigo

📋 copy color: '#461798'

red 70 ◦ green 23 ◦ blue 152

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

Shades of Persian Indigo #461798

Tints of Persian Indigo #461798

RGB

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

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

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

R = 28.57%
G = 9.39%
B = 62.04%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#461798 (or 0x461798) is known color: Persian Indigo. HEX triplet: 46, 17 and 98. RGB value is (70,23,152). Sum of RGB (Red+Green+Blue) = 70+23+152=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #461798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461798 is #B9E867. Grayscale: #333333. Windows color (decimal): -12183656 or 9967430. OLE color: 9967430.

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

Color convert

RGB 70 23 152 -
CMYK 0.54 0.85 0 0.40
HSL 261.86º 0.74% 0.34% -
HSV(B) 261.86º 0.85% 0.6% -
XYZ 8.5 4.18 30.06 -
YUV 51.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 70 23 152 0.54 0.85 0 0.40 261.86 0.74 0.34
Hex 46 17 98 36 55 0 28 106 4A 22
Octal 106 27 230 66 125 0 50 406 112 42
Binary 1000110 10111 10011000 110110 1010101 0 101000 100000110 1001010 100010

Color Harmonies of #461798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461798

Black with #461798

Text Example


Text Example

White with #461798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461798; }

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

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

background-color css

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

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

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

border-color css

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

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

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