Html Css Color HEX #453D7B Jacksons Purple

📋 copy color: '#453D7B'

red 69 ◦ green 61 ◦ blue 123

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

Shades of Jacksons Purple #453D7B

Tints of Jacksons Purple #453D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 27.27%
G = 24.11%
B = 48.62%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#453D7B (or 0x453D7B) is known color: Jacksons Purple. HEX triplet: 45, 3D and 7B. RGB value is (69,61,123). Sum of RGB (Red+Green+Blue) = 69+61+123=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #453D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D7B is #BAC284. Grayscale: #464646. Windows color (decimal): -12239493 or 8076613. OLE color: 8076613.

HSL color Cylindrical-coordinate representation of color #453D7B: hue angle of 247.74º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453D7B is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 61 123 -
CMYK 0.44 0.50 0 0.52
HSL 247.74º 0.34% 0.36% -
HSV(B) 247.74º 0.5% 0.48% -
XYZ 7.7 6.03 19.5 -
YUV 70.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 69 61 123 0.44 0.50 0 0.52 247.74 0.34 0.36
Hex 45 3D 7B 2C 32 0 34 F8 22 24
Octal 105 75 173 54 62 0 64 370 42 44
Binary 1000101 111101 1111011 101100 110010 0 110100 11111000 100010 100100

Color Harmonies of #453D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D7B

Black with #453D7B

Text Example


Text Example

White with #453D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453D7B; }

 p { color: rgb(69,61,123); }

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

background-color css

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

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

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

border-color css

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

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

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