Html Css Color HEX #451679 Persian Indigo

📋 copy color: '#451679'

red 69 ◦ green 22 ◦ blue 121

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

Shades of Persian Indigo #451679

Tints of Persian Indigo #451679

RGB

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

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

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

R = 32.55%
G = 10.38%
B = 57.08%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#451679 (or 0x451679) is known color: Persian Indigo. HEX triplet: 45, 16 and 79. RGB value is (69,22,121). Sum of RGB (Red+Green+Blue) = 69+22+121=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #451679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451679 is #BAE986. Grayscale: #2E2E2E. Windows color (decimal): -12249479 or 7935557. OLE color: 7935557.

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

Color convert

RGB 69 22 121 -
CMYK 0.43 0.82 0 0.53
HSL 268.48º 0.69% 0.28% -
HSV(B) 268.48º 0.82% 0.47% -
XYZ 6.19 3.22 18.38 -
YUV 47.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 69 22 121 0.43 0.82 0 0.53 268.48 0.69 0.28
Hex 45 16 79 2B 52 0 35 10C 45 1C
Octal 105 26 171 53 122 0 65 414 105 34
Binary 1000101 10110 1111001 101011 1010010 0 110101 100001100 1000101 11100

Color Harmonies of #451679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451679

Black with #451679

Text Example


Text Example

White with #451679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451679; }

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

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

background-color css

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

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

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

border-color css

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

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

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