Html Css Color HEX #461682 Persian Indigo

📋 copy color: '#461682'

red 70 ◦ green 22 ◦ blue 130

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

Shades of Persian Indigo #461682

Tints of Persian Indigo #461682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.56%

R = 31.53%
G = 9.91%
B = 58.56%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461682 (or 0x461682) is known color: Persian Indigo. HEX triplet: 46, 16 and 82. RGB value is (70,22,130). Sum of RGB (Red+Green+Blue) = 70+22+130=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #461682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461682 is #B9E97D. Grayscale: #303030. Windows color (decimal): -12183934 or 8525382. OLE color: 8525382.

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

Color convert

RGB 70 22 130 -
CMYK 0.46 0.83 0 0.49
HSL 266.67º 0.71% 0.3% -
HSV(B) 266.67º 0.83% 0.51% -
XYZ 6.84 3.49 21.43 -
YUV 48.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 70 22 130 0.46 0.83 0 0.49 266.67 0.71 0.3
Hex 46 16 82 2E 53 0 31 10B 47 1E
Octal 106 26 202 56 123 0 61 413 107 36
Binary 1000110 10110 10000010 101110 1010011 0 110001 100001011 1000111 11110

Color Harmonies of #461682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461682

Black with #461682

Text Example


Text Example

White with #461682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461682; }

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

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

background-color css

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

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

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

border-color css

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

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

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