Html Css Color HEX #403880 Jacksons Purple

📋 copy color: '#403880'

red 64 ◦ green 56 ◦ blue 128

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

Shades of Jacksons Purple #403880

Tints of Jacksons Purple #403880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 25.81%
G = 22.58%
B = 51.61%

CMYK

 C value IS 0.5

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403880 (or 0x403880) is known color: Jacksons Purple. HEX triplet: 40, 38 and 80. RGB value is (64,56,128). Sum of RGB (Red+Green+Blue) = 64+56+128=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #403880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403880 is #BFC77F. Grayscale: #424242. Windows color (decimal): -12568448 or 8403008. OLE color: 8403008.

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

Color convert

RGB 64 56 128 -
CMYK 0.5 0.56 0 0.50
HSL 246.67º 0.39% 0.36% -
HSV(B) 246.67º 0.56% 0.5% -
XYZ 7.42 5.48 21.09 -
YUV 66.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 64 56 128 0.5 0.56 0 0.50 246.67 0.39 0.36
Hex 40 38 80 32 38 0 32 F7 27 24
Octal 100 70 200 62 70 0 62 367 47 44
Binary 1000000 111000 10000000 110010 111000 0 110010 11110111 100111 100100

Color Harmonies of #403880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403880

Black with #403880

Text Example


Text Example

White with #403880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403880; }

 p { color: rgb(64,56,128); }

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

background-color css

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

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

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

border-color css

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

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

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