Html Css Color HEX #403A7B Jacksons Purple

📋 copy color: '#403A7B'

red 64 ◦ green 58 ◦ blue 123

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

Shades of Jacksons Purple #403A7B

Tints of Jacksons Purple #403A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 26.12%
G = 23.67%
B = 50.2%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#403A7B (or 0x403A7B) is known color: Jacksons Purple. HEX triplet: 40, 3A and 7B. RGB value is (64,58,123). Sum of RGB (Red+Green+Blue) = 64+58+123=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #403A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A7B is #BFC584. Grayscale: #424242. Windows color (decimal): -12567941 or 8075840. OLE color: 8075840.

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

Color convert

RGB 64 58 123 -
CMYK 0.48 0.53 0 0.52
HSL 245.54º 0.36% 0.35% -
HSV(B) 245.54º 0.53% 0.48% -
XYZ 7.2 5.55 19.43 -
YUV 67.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 64 58 123 0.48 0.53 0 0.52 245.54 0.36 0.35
Hex 40 3A 7B 30 35 0 34 F6 24 23
Octal 100 72 173 60 65 0 64 366 44 43
Binary 1000000 111010 1111011 110000 110101 0 110100 11110110 100100 100011

Color Harmonies of #403A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A7B

Black with #403A7B

Text Example


Text Example

White with #403A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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