Html Css Color HEX #461684 Persian Indigo

📋 copy color: '#461684'

red 70 ◦ green 22 ◦ blue 132

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

Shades of Persian Indigo #461684

Tints of Persian Indigo #461684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.93%

R = 31.25%
G = 9.82%
B = 58.93%

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

#461684 (or 0x461684) is known color: Persian Indigo. HEX triplet: 46, 16 and 84. RGB value is (70,22,132). Sum of RGB (Red+Green+Blue) = 70+22+132=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #461684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461684 is #B9E97B. Grayscale: #303030. Windows color (decimal): -12183932 or 8656454. OLE color: 8656454.

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

Color convert

RGB 70 22 132 -
CMYK 0.47 0.83 0 0.48
HSL 266.18º 0.71% 0.3% -
HSV(B) 266.18º 0.83% 0.52% -
XYZ 6.98 3.54 22.15 -
YUV 48.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 70 22 132 0.47 0.83 0 0.48 266.18 0.71 0.3
Hex 46 16 84 2F 53 0 30 10A 47 1E
Octal 106 26 204 57 123 0 60 412 107 36
Binary 1000110 10110 10000100 101111 1010011 0 110000 100001010 1000111 11110

Color Harmonies of #461684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461684

Black with #461684

Text Example


Text Example

White with #461684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461684; }

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

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

background-color css

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

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

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

border-color css

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

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

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