Html Css Color HEX #404187 Jacksons Purple

📋 copy color: '#404187'

red 64 ◦ green 65 ◦ blue 135

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

Shades of Jacksons Purple #404187

Tints of Jacksons Purple #404187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

 BLUE value IS 135 (53.13% from 255) = 51.14%

R = 24.24%
G = 24.62%
B = 51.14%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#404187 (or 0x404187) is known color: Jacksons Purple. HEX triplet: 40, 41 and 87. RGB value is (64,65,135). Sum of RGB (Red+Green+Blue) = 64+65+135=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #404187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404187 is #BFBE78. Grayscale: #484848. Windows color (decimal): -12566137 or 8864064. OLE color: 8864064.

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

Color convert

RGB 64 65 135 -
CMYK 0.53 0.52 0 0.47
HSL 239.15º 0.36% 0.39% -
HSV(B) 239.15º 0.53% 0.53% -
XYZ 8.38 6.62 23.76 -
YUV 72.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 64 65 135 0.53 0.52 0 0.47 239.15 0.36 0.39
Hex 40 41 87 35 34 0 2F EF 24 27
Octal 100 101 207 65 64 0 57 357 44 47
Binary 1000000 1000001 10000111 110101 110100 0 101111 11101111 100100 100111

Color Harmonies of #404187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404187

Black with #404187

Text Example


Text Example

White with #404187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404187; }

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

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

background-color css

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

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

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

border-color css

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

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

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