#414388

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

Shades of Jacksons Purple #414388

Tints of Jacksons Purple #414388

Color information

#414388 (or 0x414388) is unknown color: approx Jacksons Purple. HEX triplet: 41, 43 and 88. RGB value is (65,67,136). Sum of RGB (Red+Green+Blue) = 65+67+136=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #414388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414388 is #BEBC77. Grayscale: #494949. Windows color (decimal): -12500088 or 8930113. OLE color: 8930113.

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

Color convert

RGB6567136-
CMYK0.520.5100.47
HSL238.31º35.32%39.41%-
HSV(B)238.31º52.21%53.33%-
XYZ8.636.9224.17-
YUV74.27162.84121.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=24.25%
G=25%
B=50.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65671360.520.5100.47238.3135.3239.41
Hex414388343302Fee2327
Octal10110321064630573564347
Binary1000001100001110001000110100110011010111111101110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414388; }

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

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

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

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

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

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

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

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