Html Css Color HEX #3A4081 Jacksons Purple

📋 copy color: '#3A4081'

red 58 ◦ green 64 ◦ blue 129

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

Shades of Jacksons Purple #3A4081

Tints of Jacksons Purple #3A4081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.39%

R = 23.11%
G = 25.5%
B = 51.39%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A4081 (or 0x3A4081) is known color: Jacksons Purple. HEX triplet: 3A, 40 and 81. RGB value is (58,64,129). Sum of RGB (Red+Green+Blue) = 58+64+129=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A4081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4081 is #C5BF7E. Grayscale: #454545. Windows color (decimal): -12959615 or 8470586. OLE color: 8470586.

HSL color Cylindrical-coordinate representation of color #3A4081: hue angle of 234.93º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A4081 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 64 129 -
CMYK 0.55 0.50 0 0.49
HSL 234.93º 0.38% 0.37% -
HSV(B) 234.93º 0.55% 0.51% -
XYZ 7.54 6.15 21.56 -
YUV 69.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 58 64 129 0.55 0.50 0 0.49 234.93 0.38 0.37
Hex 3A 40 81 37 32 0 31 EB 26 25
Octal 72 100 201 67 62 0 61 353 46 45
Binary 111010 1000000 10000001 110111 110010 0 110001 11101011 100110 100101

Color Harmonies of #3A4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4081

Black with #3A4081

Text Example


Text Example

White with #3A4081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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