Html Css Color HEX #454C7D Jacksons Purple

📋 copy color: '#454C7D'

red 69 ◦ green 76 ◦ blue 125

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

Shades of Jacksons Purple #454C7D

Tints of Jacksons Purple #454C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 25.56%
G = 28.15%
B = 46.3%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#454C7D (or 0x454C7D) is known color: Jacksons Purple. HEX triplet: 45, 4C and 7D. RGB value is (69,76,125). Sum of RGB (Red+Green+Blue) = 69+76+125=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #454C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C7D is #BAB382. Grayscale: #4F4F4F. Windows color (decimal): -12235651 or 8211525. OLE color: 8211525.

HSL color Cylindrical-coordinate representation of color #454C7D: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #454C7D is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 76 125 -
CMYK 0.45 0.39 0 0.51
HSL 232.5º 0.29% 0.38% -
HSV(B) 232.5º 0.45% 0.49% -
XYZ 8.74 7.91 20.47 -
YUV 79.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 69 76 125 0.45 0.39 0 0.51 232.5 0.29 0.38
Hex 45 4C 7D 2D 27 0 33 E8 1D 26
Octal 105 114 175 55 47 0 63 350 35 46
Binary 1000101 1001100 1111101 101101 100111 0 110011 11101000 11101 100110

Color Harmonies of #454C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C7D

Black with #454C7D

Text Example


Text Example

White with #454C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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