Html Css Color HEX #45447B Jacksons Purple

📋 copy color: '#45447B'

red 69 ◦ green 68 ◦ blue 123

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

Shades of Jacksons Purple #45447B

Tints of Jacksons Purple #45447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 26.54%
G = 26.15%
B = 47.31%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#45447B (or 0x45447B) is known color: Jacksons Purple. HEX triplet: 45, 44 and 7B. RGB value is (69,68,123). Sum of RGB (Red+Green+Blue) = 69+68+123=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #45447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45447B is #BABB84. Grayscale: #4A4A4A. Windows color (decimal): -12237701 or 8078405. OLE color: 8078405.

HSL color Cylindrical-coordinate representation of color #45447B: hue angle of 241.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45447B is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 68 123 -
CMYK 0.44 0.45 0 0.52
HSL 241.09º 0.29% 0.37% -
HSV(B) 241.09º 0.45% 0.48% -
XYZ 8.1 6.83 19.63 -
YUV 74.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 69 68 123 0.44 0.45 0 0.52 241.09 0.29 0.37
Hex 45 44 7B 2C 2D 0 34 F1 1D 25
Octal 105 104 173 54 55 0 64 361 35 45
Binary 1000101 1000100 1111011 101100 101101 0 110100 11110001 11101 100101

Color Harmonies of #45447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45447B

Black with #45447B

Text Example


Text Example

White with #45447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45447B; }

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

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

background-color css

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

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

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

border-color css

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

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

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