Html Css Color HEX #454585 Jacksons Purple

📋 copy color: '#454585'

red 69 ◦ green 69 ◦ blue 133

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

Shades of Jacksons Purple #454585

Tints of Jacksons Purple #454585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 25.46%
G = 25.46%
B = 49.08%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#454585 (or 0x454585) is known color: Jacksons Purple. HEX triplet: 45, 45 and 85. RGB value is (69,69,133). Sum of RGB (Red+Green+Blue) = 69+69+133=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #454585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454585 is #BABA7A. Grayscale: #4C4C4C. Windows color (decimal): -12237435 or 8734021. OLE color: 8734021.

HSL color Cylindrical-coordinate representation of color #454585: hue angle of 240º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454585 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 69 133 -
CMYK 0.48 0.48 0 0.48
HSL 240º 0.32% 0.4% -
HSV(B) 240º 0.48% 0.52% -
XYZ 8.82 7.21 23.12 -
YUV 76.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 69 69 133 0.48 0.48 0 0.48 240 0.32 0.4
Hex 45 45 85 30 30 0 30 F0 20 28
Octal 105 105 205 60 60 0 60 360 40 50
Binary 1000101 1000101 10000101 110000 110000 0 110000 11110000 100000 101000

Color Harmonies of #454585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454585

Black with #454585

Text Example


Text Example

White with #454585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454585; }

 p { color: rgb(69,69,133); }

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

background-color css

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

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

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

border-color css

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

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

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