Html Css Color HEX #461785 Persian Indigo

📋 copy color: '#461785'

red 70 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #461785

Tints of Persian Indigo #461785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 30.97%
G = 10.18%
B = 58.85%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461785 (or 0x461785) is known color: Persian Indigo. HEX triplet: 46, 17 and 85. RGB value is (70,23,133). Sum of RGB (Red+Green+Blue) = 70+23+133=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #461785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461785 is #B9E87A. Grayscale: #313131. Windows color (decimal): -12183675 or 8722246. OLE color: 8722246.

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

Color convert

RGB 70 23 133 -
CMYK 0.47 0.83 0 0.48
HSL 265.64º 0.71% 0.31% -
HSV(B) 265.64º 0.83% 0.52% -
XYZ 7.07 3.61 22.51 -
YUV 49.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 70 23 133 0.47 0.83 0 0.48 265.64 0.71 0.31
Hex 46 17 85 2F 53 0 30 10A 47 1F
Octal 106 27 205 57 123 0 60 412 107 37
Binary 1000110 10111 10000101 101111 1010011 0 110000 100001010 1000111 11111

Color Harmonies of #461785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461785

Black with #461785

Text Example


Text Example

White with #461785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461785; }

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

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

background-color css

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

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

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

border-color css

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

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

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