Html Css Color HEX #461992 Persian Indigo

📋 copy color: '#461992'

red 70 ◦ green 25 ◦ blue 146

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

Shades of Persian Indigo #461992

Tints of Persian Indigo #461992

RGB

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

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

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

R = 29.05%
G = 10.37%
B = 60.58%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#461992 (or 0x461992) is known color: Persian Indigo. HEX triplet: 46, 19 and 92. RGB value is (70,25,146). Sum of RGB (Red+Green+Blue) = 70+25+146=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #461992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461992 is #B9E66D. Grayscale: #333333. Windows color (decimal): -12183150 or 9574726. OLE color: 9574726.

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

Color convert

RGB 70 25 146 -
CMYK 0.52 0.83 0 0.43
HSL 262.31º 0.71% 0.34% -
HSV(B) 262.31º 0.83% 0.57% -
XYZ 8.06 4.07 27.56 -
YUV 52.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 70 25 146 0.52 0.83 0 0.43 262.31 0.71 0.34
Hex 46 19 92 34 53 0 2B 106 47 22
Octal 106 31 222 64 123 0 53 406 107 42
Binary 1000110 11001 10010010 110100 1010011 0 101011 100000110 1000111 100010

Color Harmonies of #461992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461992

Black with #461992

Text Example


Text Example

White with #461992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461992; }

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

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

background-color css

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

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

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

border-color css

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

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

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