Html Css Color HEX #40407B Jacksons Purple

📋 copy color: '#40407B'

red 64 ◦ green 64 ◦ blue 123

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

Shades of Jacksons Purple #40407B

Tints of Jacksons Purple #40407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49%

R = 25.5%
G = 25.5%
B = 49%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40407B (or 0x40407B) is known color: Jacksons Purple. HEX triplet: 40, 40 and 7B. RGB value is (64,64,123). Sum of RGB (Red+Green+Blue) = 64+64+123=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #40407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40407B is #BFBF84. Grayscale: #464646. Windows color (decimal): -12566405 or 8077376. OLE color: 8077376.

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

Color convert

RGB 64 64 123 -
CMYK 0.48 0.48 0 0.52
HSL 240º 0.32% 0.37% -
HSV(B) 240º 0.48% 0.48% -
XYZ 7.52 6.19 19.54 -
YUV 70.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 64 64 123 0.48 0.48 0 0.52 240 0.32 0.37
Hex 40 40 7B 30 30 0 34 F0 20 25
Octal 100 100 173 60 60 0 64 360 40 45
Binary 1000000 1000000 1111011 110000 110000 0 110100 11110000 100000 100101

Color Harmonies of #40407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40407B

Black with #40407B

Text Example


Text Example

White with #40407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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