Html Css Color HEX #3A4181 Jacksons Purple

📋 copy color: '#3A4181'

red 58 ◦ green 65 ◦ blue 129

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

Shades of Jacksons Purple #3A4181

Tints of Jacksons Purple #3A4181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 23.02%
G = 25.79%
B = 51.19%

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

#3A4181 (or 0x3A4181) is known color: Jacksons Purple. HEX triplet: 3A, 41 and 81. RGB value is (58,65,129). Sum of RGB (Red+Green+Blue) = 58+65+129=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A4181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4181 is #C5BE7E. Grayscale: #454545. Windows color (decimal): -12959359 or 8470842. OLE color: 8470842.

HSL color Cylindrical-coordinate representation of color #3A4181: hue angle of 234.08º 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 #3A4181 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 65 129 -
CMYK 0.55 0.50 0 0.49
HSL 234.08º 0.38% 0.37% -
HSV(B) 234.08º 0.55% 0.51% -
XYZ 7.6 6.27 21.58 -
YUV 70.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 58 65 129 0.55 0.50 0 0.49 234.08 0.38 0.37
Hex 3A 41 81 37 32 0 31 EA 26 25
Octal 72 101 201 67 62 0 61 352 46 45
Binary 111010 1000001 10000001 110111 110010 0 110001 11101010 100110 100101

Color Harmonies of #3A4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4181

Black with #3A4181

Text Example


Text Example

White with #3A4181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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