Html Css Color HEX #454682 Jacksons Purple

📋 copy color: '#454682'

red 69 ◦ green 70 ◦ blue 130

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

Shades of Jacksons Purple #454682

Tints of Jacksons Purple #454682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 25.65%
G = 26.02%
B = 48.33%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#454682 (or 0x454682) is known color: Jacksons Purple. HEX triplet: 45, 46 and 82. RGB value is (69,70,130). Sum of RGB (Red+Green+Blue) = 69+70+130=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #454682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454682 is #BAB97D. Grayscale: #4C4C4C. Windows color (decimal): -12237182 or 8537669. OLE color: 8537669.

HSL color Cylindrical-coordinate representation of color #454682: hue angle of 239.02º degrees, saturation: 0.31, 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 #454682 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 70 130 -
CMYK 0.47 0.46 0 0.49
HSL 239.02º 0.31% 0.39% -
HSV(B) 239.02º 0.47% 0.51% -
XYZ 8.67 7.26 22.06 -
YUV 76.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 69 70 130 0.47 0.46 0 0.49 239.02 0.31 0.39
Hex 45 46 82 2F 2E 0 31 EF 1F 27
Octal 105 106 202 57 56 0 61 357 37 47
Binary 1000101 1000110 10000010 101111 101110 0 110001 11101111 11111 100111

Color Harmonies of #454682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454682

Black with #454682

Text Example


Text Example

White with #454682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454682; }

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

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

background-color css

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

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

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

border-color css

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

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

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