Html Css Color HEX #454880 Jacksons Purple

📋 copy color: '#454880'

red 69 ◦ green 72 ◦ blue 128

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

Shades of Jacksons Purple #454880

Tints of Jacksons Purple #454880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 25.65%
G = 26.77%
B = 47.58%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#454880 (or 0x454880) is known color: Jacksons Purple. HEX triplet: 45, 48 and 80. RGB value is (69,72,128). Sum of RGB (Red+Green+Blue) = 69+72+128=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #454880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454880 is #BAB77F. Grayscale: #4D4D4D. Windows color (decimal): -12236672 or 8407109. OLE color: 8407109.

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

Color convert

RGB 69 72 128 -
CMYK 0.46 0.44 0 0.50
HSL 236.95º 0.3% 0.39% -
HSV(B) 236.95º 0.46% 0.5% -
XYZ 8.67 7.46 21.4 -
YUV 77.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 69 72 128 0.46 0.44 0 0.50 236.95 0.3 0.39
Hex 45 48 80 2E 2C 0 32 ED 1E 27
Octal 105 110 200 56 54 0 62 355 36 47
Binary 1000101 1001000 10000000 101110 101100 0 110010 11101101 11110 100111

Color Harmonies of #454880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454880

Black with #454880

Text Example


Text Example

White with #454880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454880; }

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

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

background-color css

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

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

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

border-color css

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

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

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