Html Css Color HEX #461680 Persian Indigo

📋 copy color: '#461680'

red 70 ◦ green 22 ◦ blue 128

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

Shades of Persian Indigo #461680

Tints of Persian Indigo #461680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 31.82%
G = 10%
B = 58.18%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#461680 (or 0x461680) is known color: Persian Indigo. HEX triplet: 46, 16 and 80. RGB value is (70,22,128). Sum of RGB (Red+Green+Blue) = 70+22+128=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #461680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461680 is #B9E97F. Grayscale: #303030. Windows color (decimal): -12183936 or 8394310. OLE color: 8394310.

HSL color Cylindrical-coordinate representation of color #461680: hue angle of 267.17º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461680 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 22 128 -
CMYK 0.45 0.83 0 0.50
HSL 267.17º 0.71% 0.29% -
HSV(B) 267.17º 0.83% 0.5% -
XYZ 6.71 3.43 20.73 -
YUV 48.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 70 22 128 0.45 0.83 0 0.50 267.17 0.71 0.29
Hex 46 16 80 2D 53 0 32 10B 47 1D
Octal 106 26 200 55 123 0 62 413 107 35
Binary 1000110 10110 10000000 101101 1010011 0 110010 100001011 1000111 11101

Color Harmonies of #461680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461680

Black with #461680

Text Example


Text Example

White with #461680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461680; }

 p { color: rgb(70,22,128); }

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

background-color css

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

 a { background-color: rgb(70,22,128); }

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

border-color css

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

 span { border-color: rgb(70,22,128); }

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