Html Css Color HEX #461792 Persian Indigo

📋 copy color: '#461792'

red 70 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #461792

Tints of Persian Indigo #461792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 29.29%
G = 9.62%
B = 61.09%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#461792 (or 0x461792) is known color: Persian Indigo. HEX triplet: 46, 17 and 92. RGB value is (70,23,146). Sum of RGB (Red+Green+Blue) = 70+23+146=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #461792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461792 is #B9E86D. Grayscale: #323232. Windows color (decimal): -12183662 or 9574214. OLE color: 9574214.

HSL color Cylindrical-coordinate representation of color #461792: hue angle of 262.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461792 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 23 146 -
CMYK 0.52 0.84 0 0.43
HSL 262.93º 0.73% 0.33% -
HSV(B) 262.93º 0.84% 0.57% -
XYZ 8.02 3.99 27.54 -
YUV 51.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 70 23 146 0.52 0.84 0 0.43 262.93 0.73 0.33
Hex 46 17 92 34 54 0 2B 107 49 21
Octal 106 27 222 64 124 0 53 407 111 41
Binary 1000110 10111 10010010 110100 1010100 0 101011 100000111 1001001 100001

Color Harmonies of #461792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461792

Black with #461792

Text Example


Text Example

White with #461792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461792; }

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

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

background-color css

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

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

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

border-color css

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

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

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