Html Css Color HEX #414482 Jacksons Purple

📋 copy color: '#414482'

red 65 ◦ green 68 ◦ blue 130

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

Shades of Jacksons Purple #414482

Tints of Jacksons Purple #414482

RGB

 RED value IS 65 (25.78% from 255) = 24.71%

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

 BLUE value IS 130 (51.17% from 255) = 49.43%

R = 24.71%
G = 25.86%
B = 49.43%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414482 (or 0x414482) is known color: Jacksons Purple. HEX triplet: 41, 44 and 82. RGB value is (65,68,130). Sum of RGB (Red+Green+Blue) = 65+68+130=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #414482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414482 is #BEBB7D. Grayscale: #494949. Windows color (decimal): -12499838 or 8537153. OLE color: 8537153.

HSL color Cylindrical-coordinate representation of color #414482: hue angle of 237.23º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414482 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 68 130 -
CMYK 0.50 0.48 0 0.49
HSL 237.23º 0.33% 0.38% -
HSV(B) 237.23º 0.5% 0.51% -
XYZ 8.28 6.87 22.01 -
YUV 74.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 65 68 130 0.50 0.48 0 0.49 237.23 0.33 0.38
Hex 41 44 82 32 30 0 31 ED 21 26
Octal 101 104 202 62 60 0 61 355 41 46
Binary 1000001 1000100 10000010 110010 110000 0 110001 11101101 100001 100110

Color Harmonies of #414482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414482

Black with #414482

Text Example


Text Example

White with #414482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414482; }

 p { color: rgb(65,68,130); }

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

background-color css

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

 a { background-color: rgb(65,68,130); }

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

border-color css

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

 span { border-color: rgb(65,68,130); }

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