Html Css Color HEX #454881 Jacksons Purple

📋 copy color: '#454881'

red 69 ◦ green 72 ◦ blue 129

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

Shades of Jacksons Purple #454881

Tints of Jacksons Purple #454881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 25.56%
G = 26.67%
B = 47.78%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#454881 (or 0x454881) is known color: Jacksons Purple. HEX triplet: 45, 48 and 81. RGB value is (69,72,129). Sum of RGB (Red+Green+Blue) = 69+72+129=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #454881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454881 is #BAB77E. Grayscale: #4D4D4D. Windows color (decimal): -12236671 or 8472645. OLE color: 8472645.

HSL color Cylindrical-coordinate representation of color #454881: hue angle of 237º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454881 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 72 129 -
CMYK 0.47 0.44 0 0.49
HSL 237º 0.3% 0.39% -
HSV(B) 237º 0.47% 0.51% -
XYZ 8.73 7.48 21.75 -
YUV 77.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 69 72 129 0.47 0.44 0 0.49 237 0.3 0.39
Hex 45 48 81 2F 2C 0 31 ED 1E 27
Octal 105 110 201 57 54 0 61 355 36 47
Binary 1000101 1001000 10000001 101111 101100 0 110001 11101101 11110 100111

Color Harmonies of #454881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454881

Black with #454881

Text Example


Text Example

White with #454881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454881; }

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

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

background-color css

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

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

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

border-color css

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

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

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