Html Css Color HEX #414488 Jacksons Purple

📋 copy color: '#414488'

red 65 ◦ green 68 ◦ blue 136

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

Shades of Jacksons Purple #414488

Tints of Jacksons Purple #414488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.56%

R = 24.16%
G = 25.28%
B = 50.56%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#414488 (or 0x414488) is known color: Jacksons Purple. HEX triplet: 41, 44 and 88. RGB value is (65,68,136). Sum of RGB (Red+Green+Blue) = 65+68+136=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #414488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414488 is #BEBB77. Grayscale: #4A4A4A. Windows color (decimal): -12499832 or 8930369. OLE color: 8930369.

HSL color Cylindrical-coordinate representation of color #414488: hue angle of 237.46º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #414488 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 68 136 -
CMYK 0.52 0.50 0 0.47
HSL 237.46º 0.35% 0.39% -
HSV(B) 237.46º 0.52% 0.53% -
XYZ 8.69 7.04 24.19 -
YUV 74.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 65 68 136 0.52 0.50 0 0.47 237.46 0.35 0.39
Hex 41 44 88 34 32 0 2F ED 23 27
Octal 101 104 210 64 62 0 57 355 43 47
Binary 1000001 1000100 10001000 110100 110010 0 101111 11101101 100011 100111

Color Harmonies of #414488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414488

Black with #414488

Text Example


Text Example

White with #414488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414488; }

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

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

background-color css

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

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

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

border-color css

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

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

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