Html Css Color HEX #45457D Jacksons Purple

📋 copy color: '#45457D'

red 69 ◦ green 69 ◦ blue 125

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

Shades of Jacksons Purple #45457D

Tints of Jacksons Purple #45457D

RGB

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

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

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

R = 26.24%
G = 26.24%
B = 47.53%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45457D (or 0x45457D) is known color: Jacksons Purple. HEX triplet: 45, 45 and 7D. RGB value is (69,69,125). Sum of RGB (Red+Green+Blue) = 69+69+125=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #45457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45457D is #BABA82. Grayscale: #4B4B4B. Windows color (decimal): -12237443 or 8209733. OLE color: 8209733.

HSL color Cylindrical-coordinate representation of color #45457D: hue angle of 240º 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 #45457D is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 69 125 -
CMYK 0.45 0.45 0 0.51
HSL 240º 0.29% 0.38% -
HSV(B) 240º 0.45% 0.49% -
XYZ 8.28 7 20.32 -
YUV 75.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 69 69 125 0.45 0.45 0 0.51 240 0.29 0.38
Hex 45 45 7D 2D 2D 0 33 F0 1D 26
Octal 105 105 175 55 55 0 63 360 35 46
Binary 1000101 1000101 1111101 101101 101101 0 110011 11110000 11101 100110

Color Harmonies of #45457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45457D

Black with #45457D

Text Example


Text Example

White with #45457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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