Html Css Color HEX #404277 Jacksons Purple

📋 copy color: '#404277'

red 64 ◦ green 66 ◦ blue 119

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

Shades of Jacksons Purple #404277

Tints of Jacksons Purple #404277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 25.7%
G = 26.51%
B = 47.79%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404277 (or 0x404277) is known color: Jacksons Purple. HEX triplet: 40, 42 and 77. RGB value is (64,66,119). Sum of RGB (Red+Green+Blue) = 64+66+119=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #404277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404277 is #BFBD88. Grayscale: #474747. Windows color (decimal): -12565897 or 7815744. OLE color: 7815744.

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

Color convert

RGB 64 66 119 -
CMYK 0.46 0.45 0 0.53
HSL 237.82º 0.3% 0.36% -
HSV(B) 237.82º 0.46% 0.47% -
XYZ 7.39 6.32 18.28 -
YUV 71.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 64 66 119 0.46 0.45 0 0.53 237.82 0.3 0.36
Hex 40 42 77 2E 2D 0 35 EE 1E 24
Octal 100 102 167 56 55 0 65 356 36 44
Binary 1000000 1000010 1110111 101110 101101 0 110101 11101110 11110 100100

Color Harmonies of #404277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404277

Black with #404277

Text Example


Text Example

White with #404277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404277; }

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

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

background-color css

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

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

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

border-color css

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

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

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