Html Css Color HEX #454C80 Jacksons Purple

📋 copy color: '#454C80'

red 69 ◦ green 76 ◦ blue 128

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

Shades of Jacksons Purple #454C80

Tints of Jacksons Purple #454C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

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

R = 25.27%
G = 27.84%
B = 46.89%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#454C80 (or 0x454C80) is known color: Jacksons Purple. HEX triplet: 45, 4C and 80. RGB value is (69,76,128). Sum of RGB (Red+Green+Blue) = 69+76+128=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #454C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C80 is #BAB37F. Grayscale: #4F4F4F. Windows color (decimal): -12235648 or 8408133. OLE color: 8408133.

HSL color Cylindrical-coordinate representation of color #454C80: hue angle of 232.88º 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 #454C80 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 76 128 -
CMYK 0.46 0.41 0 0.50
HSL 232.88º 0.3% 0.39% -
HSV(B) 232.88º 0.46% 0.5% -
XYZ 8.93 7.99 21.49 -
YUV 79.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 69 76 128 0.46 0.41 0 0.50 232.88 0.3 0.39
Hex 45 4C 80 2E 29 0 32 E9 1E 27
Octal 105 114 200 56 51 0 62 351 36 47
Binary 1000101 1001100 10000000 101110 101001 0 110010 11101001 11110 100111

Color Harmonies of #454C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C80

Black with #454C80

Text Example


Text Example

White with #454C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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