Html Css Color HEX #404285 Jacksons Purple

📋 copy color: '#404285'

red 64 ◦ green 66 ◦ blue 133

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

Shades of Jacksons Purple #404285

Tints of Jacksons Purple #404285

RGB

 RED value IS 64 (25.39% from 255) = 24.33%

 GREEN value IS 66 (26.17% from 255) = 25.1%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 24.33%
G = 25.1%
B = 50.57%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#404285 (or 0x404285) is known color: Jacksons Purple. HEX triplet: 40, 42 and 85. RGB value is (64,66,133). Sum of RGB (Red+Green+Blue) = 64+66+133=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #404285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404285 is #BFBD7A. Grayscale: #484848. Windows color (decimal): -12565883 or 8733248. OLE color: 8733248.

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

Color convert

RGB 64 66 133 -
CMYK 0.52 0.50 0 0.48
HSL 238.26º 0.35% 0.39% -
HSV(B) 238.26º 0.52% 0.52% -
XYZ 8.3 6.68 23.04 -
YUV 73.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 64 66 133 0.52 0.50 0 0.48 238.26 0.35 0.39
Hex 40 42 85 34 32 0 30 EE 23 27
Octal 100 102 205 64 62 0 60 356 43 47
Binary 1000000 1000010 10000101 110100 110010 0 110000 11101110 100011 100111

Color Harmonies of #404285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404285

Black with #404285

Text Example


Text Example

White with #404285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404285; }

 p { color: rgb(64,66,133); }

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

background-color css

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

 a { background-color: rgb(64,66,133); }

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

border-color css

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

 span { border-color: rgb(64,66,133); }

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