#404184

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

Shades of Jacksons Purple #404184

Tints of Jacksons Purple #404184

Color information

#404184 (or 0x404184) is unknown color: approx Jacksons Purple. HEX triplet: 40, 41 and 84. RGB value is (64,65,132). Sum of RGB (Red+Green+Blue) = 64+65+132=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #404184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404184 is #BFBE7B. Grayscale: #484848. Windows color (decimal): -12566140 or 8667456. OLE color: 8667456.

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

Color convert

RGB6465132-
CMYK0.520.5100.48
HSL239.12º34.69%38.43%-
HSV(B)239.12º51.52%51.76%-
XYZ8.176.5422.66-
YUV72.34161.67122.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=24.52%
G=24.90%
B=50.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64651320.520.5100.48239.1234.6938.43
Hex4041843433030ef2326
Octal10010120464630603574346
Binary1000000100000110000100110100110011011000011101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404184; }

 p { color: rgb(64,65,132); }

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

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

 a { background-color: rgb(64,65,132); }

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

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

 span { border-color: rgb(64,65,132); }

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