#414788

Color #414788 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #414788

Tints of Jacksons Purple #414788

Color information

#414788 (or 0x414788) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 88. RGB value is (65,71,136). Sum of RGB (Red+Green+Blue) = 65+71+136=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #414788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414788 is #BEB877. Grayscale: #4C4C4C. Windows color (decimal): -12499064 or 8931137. OLE color: 8931137.

HSL color Cylindrical-coordinate representation of color #414788: hue angle of 234.93º 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 #414788 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6571136-
CMYK0.520.4800.47
HSL234.93º35.32%39.41%-
HSV(B)234.93º52.21%53.33%-
XYZ8.887.4124.25-
YUV76.62161.51119.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 136 (53.52% from 255) = 50%
R=23.90%
G=26.10%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65711360.520.4800.47234.9335.3239.41
Hex414788343002Feb2327
Octal10110721064600573534347
Binary1000001100011110001000110100110000010111111101011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414788; }

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

 H1.HeaderClassName
 {
   color: #414788;
 }
 .AnyTagClassName
 {
   color: #414788;
 }
</style>
background-color css

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

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

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

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

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

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