Html Css Color HEX #3A408D Jacksons Purple

📋 copy color: '#3A408D'

red 58 ◦ green 64 ◦ blue 141

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

Shades of Jacksons Purple #3A408D

Tints of Jacksons Purple #3A408D

RGB

 RED value IS 58 (23.05% from 255) = 22.05%

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

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 22.05%
G = 24.33%
B = 53.61%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A408D (or 0x3A408D) is known color: Jacksons Purple. HEX triplet: 3A, 40 and 8D. RGB value is (58,64,141). Sum of RGB (Red+Green+Blue) = 58+64+141=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A408D is #C5BF72. Grayscale: #464646. Windows color (decimal): -12959603 or 9257018. OLE color: 9257018.

HSL color Cylindrical-coordinate representation of color #3A408D: hue angle of 235.66º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A408D is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 64 141 -
CMYK 0.59 0.55 0 0.45
HSL 235.66º 0.42% 0.39% -
HSV(B) 235.66º 0.59% 0.55% -
XYZ 8.39 6.49 26.01 -
YUV 70.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 58 64 141 0.59 0.55 0 0.45 235.66 0.42 0.39
Hex 3A 40 8D 3B 37 0 2D EC 2A 27
Octal 72 100 215 73 67 0 55 354 52 47
Binary 111010 1000000 10001101 111011 110111 0 101101 11101100 101010 100111

Color Harmonies of #3A408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A408D

Black with #3A408D

Text Example


Text Example

White with #3A408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A408D; }

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

 H1.HeaderClassName
 {
   color: #3A408D;
 }
 .AnyTagClassName
 {
   color: #3A408D;
 }
</style>

background-color css

<style>
 a { background-color: #3A408D; }

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

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

border-color css

<style>
 span { border-color: #3A408D; }

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

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