Html Css Color HEX #454680 Jacksons Purple

📋 copy color: '#454680'

red 69 ◦ green 70 ◦ blue 128

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

Shades of Jacksons Purple #454680

Tints of Jacksons Purple #454680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 25.84%
G = 26.22%
B = 47.94%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#454680 (or 0x454680) is known color: Jacksons Purple. HEX triplet: 45, 46 and 80. RGB value is (69,70,128). Sum of RGB (Red+Green+Blue) = 69+70+128=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #454680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454680 is #BAB97F. Grayscale: #4C4C4C. Windows color (decimal): -12237184 or 8406597. OLE color: 8406597.

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

Color convert

RGB 69 70 128 -
CMYK 0.46 0.45 0 0.50
HSL 238.98º 0.3% 0.39% -
HSV(B) 238.98º 0.46% 0.5% -
XYZ 8.54 7.2 21.36 -
YUV 76.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 69 70 128 0.46 0.45 0 0.50 238.98 0.3 0.39
Hex 45 46 80 2E 2D 0 32 EF 1E 27
Octal 105 106 200 56 55 0 62 357 36 47
Binary 1000101 1000110 10000000 101110 101101 0 110010 11101111 11110 100111

Color Harmonies of #454680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454680

Black with #454680

Text Example


Text Example

White with #454680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454680; }

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

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

background-color css

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

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

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

border-color css

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

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

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