Html Css Color HEX #461795 Persian Indigo

📋 copy color: '#461795'

red 70 ◦ green 23 ◦ blue 149

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

Shades of Persian Indigo #461795

Tints of Persian Indigo #461795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.57%

R = 28.93%
G = 9.5%
B = 61.57%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#461795 (or 0x461795) is known color: Persian Indigo. HEX triplet: 46, 17 and 95. RGB value is (70,23,149). Sum of RGB (Red+Green+Blue) = 70+23+149=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #461795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461795 is #B9E86A. Grayscale: #323232. Windows color (decimal): -12183659 or 9770822. OLE color: 9770822.

HSL color Cylindrical-coordinate representation of color #461795: hue angle of 262.38º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461795 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 23 149 -
CMYK 0.53 0.85 0 0.42
HSL 262.38º 0.73% 0.34% -
HSV(B) 262.38º 0.85% 0.58% -
XYZ 8.26 4.08 28.79 -
YUV 51.42 183.07 141.25 -
System Red Green Blue C M Y K H S L
Decimal 70 23 149 0.53 0.85 0 0.42 262.38 0.73 0.34
Hex 46 17 95 35 55 0 2A 106 49 22
Octal 106 27 225 65 125 0 52 406 111 42
Binary 1000110 10111 10010101 110101 1010101 0 101010 100000110 1001001 100010

Color Harmonies of #461795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461795

Black with #461795

Text Example


Text Example

White with #461795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461795; }

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

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

background-color css

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

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

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

border-color css

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

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

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