Html Css Color HEX #451579 Persian Indigo

📋 copy color: '#451579'

red 69 ◦ green 21 ◦ blue 121

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

Shades of Persian Indigo #451579

Tints of Persian Indigo #451579

RGB

 RED value IS 69 (27.34% from 255) = 32.7%

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 121 (47.66% from 255) = 57.35%

R = 32.7%
G = 9.95%
B = 57.35%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#451579 (or 0x451579) is known color: Persian Indigo. HEX triplet: 45, 15 and 79. RGB value is (69,21,121). Sum of RGB (Red+Green+Blue) = 69+21+121=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #451579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451579 is #BAEA86. Grayscale: #2E2E2E. Windows color (decimal): -12249735 or 7935301. OLE color: 7935301.

HSL color Cylindrical-coordinate representation of color #451579: hue angle of 268.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451579 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 21 121 -
CMYK 0.43 0.83 0 0.53
HSL 268.8º 0.7% 0.28% -
HSV(B) 268.8º 0.83% 0.47% -
XYZ 6.17 3.18 18.38 -
YUV 46.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 69 21 121 0.43 0.83 0 0.53 268.8 0.7 0.28
Hex 45 15 79 2B 53 0 35 10D 46 1C
Octal 105 25 171 53 123 0 65 415 106 34
Binary 1000101 10101 1111001 101011 1010011 0 110101 100001101 1000110 11100

Color Harmonies of #451579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451579

Black with #451579

Text Example


Text Example

White with #451579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451579; }

 p { color: rgb(69,21,121); }

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

background-color css

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

 a { background-color: rgb(69,21,121); }

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

border-color css

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

 span { border-color: rgb(69,21,121); }

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