Html Css Color HEX #40357B Jacksons Purple

📋 copy color: '#40357B'

red 64 ◦ green 53 ◦ blue 123

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

Shades of Jacksons Purple #40357B

Tints of Jacksons Purple #40357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 26.67%
G = 22.08%
B = 51.25%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40357B (or 0x40357B) is known color: Jacksons Purple. HEX triplet: 40, 35 and 7B. RGB value is (64,53,123). Sum of RGB (Red+Green+Blue) = 64+53+123=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #40357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40357B is #BFCA84. Grayscale: #404040. Windows color (decimal): -12569221 or 8074560. OLE color: 8074560.

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

Color convert

RGB 64 53 123 -
CMYK 0.48 0.57 0 0.52
HSL 249.43º 0.4% 0.35% -
HSV(B) 249.43º 0.57% 0.48% -
XYZ 6.96 5.07 19.35 -
YUV 64.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 64 53 123 0.48 0.57 0 0.52 249.43 0.4 0.35
Hex 40 35 7B 30 39 0 34 F9 28 23
Octal 100 65 173 60 71 0 64 371 50 43
Binary 1000000 110101 1111011 110000 111001 0 110100 11111001 101000 100011

Color Harmonies of #40357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40357B

Black with #40357B

Text Example


Text Example

White with #40357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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