Html Css Color HEX #403A7A Jacksons Purple

📋 copy color: '#403A7A'

red 64 ◦ green 58 ◦ blue 122

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

Shades of Jacksons Purple #403A7A

Tints of Jacksons Purple #403A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50%

R = 26.23%
G = 23.77%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#403A7A (or 0x403A7A) is known color: Jacksons Purple. HEX triplet: 40, 3A and 7A. RGB value is (64,58,122). Sum of RGB (Red+Green+Blue) = 64+58+122=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #403A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A7A is #BFC585. Grayscale: #424242. Windows color (decimal): -12567942 or 8010304. OLE color: 8010304.

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

Color convert

RGB 64 58 122 -
CMYK 0.48 0.52 0 0.52
HSL 245.63º 0.36% 0.35% -
HSV(B) 245.63º 0.52% 0.48% -
XYZ 7.14 5.52 19.1 -
YUV 67.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 64 58 122 0.48 0.52 0 0.52 245.63 0.36 0.35
Hex 40 3A 7A 30 34 0 34 F6 24 23
Octal 100 72 172 60 64 0 64 366 44 43
Binary 1000000 111010 1111010 110000 110100 0 110100 11110110 100100 100011

Color Harmonies of #403A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A7A

Black with #403A7A

Text Example


Text Example

White with #403A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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