Html Css Color HEX #45467F Jacksons Purple

📋 copy color: '#45467F'

red 69 ◦ green 70 ◦ blue 127

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

Shades of Jacksons Purple #45467F

Tints of Jacksons Purple #45467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.74%

R = 25.94%
G = 26.32%
B = 47.74%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#45467F (or 0x45467F) is known color: Jacksons Purple. HEX triplet: 45, 46 and 7F. RGB value is (69,70,127). Sum of RGB (Red+Green+Blue) = 69+70+127=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #45467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45467F is #BAB980. Grayscale: #4B4B4B. Windows color (decimal): -12237185 or 8341061. OLE color: 8341061.

HSL color Cylindrical-coordinate representation of color #45467F: hue angle of 238.97º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45467F is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 70 127 -
CMYK 0.46 0.45 0 0.50
HSL 238.97º 0.3% 0.38% -
HSV(B) 238.97º 0.46% 0.5% -
XYZ 8.48 7.18 21.02 -
YUV 76.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 69 70 127 0.46 0.45 0 0.50 238.97 0.3 0.38
Hex 45 46 7F 2E 2D 0 32 EF 1E 26
Octal 105 106 177 56 55 0 62 357 36 46
Binary 1000101 1000110 1111111 101110 101101 0 110010 11101111 11110 100110

Color Harmonies of #45467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45467F

Black with #45467F

Text Example


Text Example

White with #45467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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