Html Css Color HEX #404085 Jacksons Purple

📋 copy color: '#404085'

red 64 ◦ green 64 ◦ blue 133

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

Shades of Jacksons Purple #404085

Tints of Jacksons Purple #404085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

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

R = 24.52%
G = 24.52%
B = 50.96%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#404085 (or 0x404085) is known color: Jacksons Purple. HEX triplet: 40, 40 and 85. RGB value is (64,64,133). Sum of RGB (Red+Green+Blue) = 64+64+133=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #404085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404085 is #BFBF7A. Grayscale: #474747. Windows color (decimal): -12566395 or 8732736. OLE color: 8732736.

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

Color convert

RGB 64 64 133 -
CMYK 0.52 0.52 0 0.48
HSL 240º 0.35% 0.39% -
HSV(B) 240º 0.52% 0.52% -
XYZ 8.18 6.45 23 -
YUV 71.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 64 64 133 0.52 0.52 0 0.48 240 0.35 0.39
Hex 40 40 85 34 34 0 30 F0 23 27
Octal 100 100 205 64 64 0 60 360 43 47
Binary 1000000 1000000 10000101 110100 110100 0 110000 11110000 100011 100111

Color Harmonies of #404085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404085

Black with #404085

Text Example


Text Example

White with #404085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404085; }

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

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

background-color css

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

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

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

border-color css

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

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

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