Html Css Color HEX #40427B Jacksons Purple

📋 copy color: '#40427B'

red 64 ◦ green 66 ◦ blue 123

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

Shades of Jacksons Purple #40427B

Tints of Jacksons Purple #40427B

RGB

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

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

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

R = 25.3%
G = 26.09%
B = 48.62%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40427B (or 0x40427B) is known color: Jacksons Purple. HEX triplet: 40, 42 and 7B. RGB value is (64,66,123). Sum of RGB (Red+Green+Blue) = 64+66+123=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #40427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40427B is #BFBD84. Grayscale: #474747. Windows color (decimal): -12565893 or 8077888. OLE color: 8077888.

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

Color convert

RGB 64 66 123 -
CMYK 0.48 0.46 0 0.52
HSL 237.97º 0.32% 0.37% -
HSV(B) 237.97º 0.48% 0.48% -
XYZ 7.64 6.42 19.57 -
YUV 71.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 64 66 123 0.48 0.46 0 0.52 237.97 0.32 0.37
Hex 40 42 7B 30 2E 0 34 EE 20 25
Octal 100 102 173 60 56 0 64 356 40 45
Binary 1000000 1000010 1111011 110000 101110 0 110100 11101110 100000 100101

Color Harmonies of #40427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40427B

Black with #40427B

Text Example


Text Example

White with #40427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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