Html Css Color HEX #461783 Persian Indigo

📋 copy color: '#461783'

red 70 ◦ green 23 ◦ blue 131

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

Shades of Persian Indigo #461783

Tints of Persian Indigo #461783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 58.48%

R = 31.25%
G = 10.27%
B = 58.48%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461783 (or 0x461783) is known color: Persian Indigo. HEX triplet: 46, 17 and 83. RGB value is (70,23,131). Sum of RGB (Red+Green+Blue) = 70+23+131=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #461783 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461783 is #B9E87C. Grayscale: #303030. Windows color (decimal): -12183677 or 8591174. OLE color: 8591174.

HSL color Cylindrical-coordinate representation of color #461783: hue angle of 266.11º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461783 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 23 131 -
CMYK 0.47 0.82 0 0.49
HSL 266.11º 0.7% 0.3% -
HSV(B) 266.11º 0.82% 0.51% -
XYZ 6.93 3.55 21.79 -
YUV 49.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 70 23 131 0.47 0.82 0 0.49 266.11 0.7 0.3
Hex 46 17 83 2F 52 0 31 10A 46 1E
Octal 106 27 203 57 122 0 61 412 106 36
Binary 1000110 10111 10000011 101111 1010010 0 110001 100001010 1000110 11110

Color Harmonies of #461783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461783

Black with #461783

Text Example


Text Example

White with #461783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461783; }

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

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

background-color css

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

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

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

border-color css

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

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

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