Html Css Color HEX #3A337D Jacksons Purple

📋 copy color: '#3A337D'

red 58 ◦ green 51 ◦ blue 125

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

Shades of Jacksons Purple #3A337D

Tints of Jacksons Purple #3A337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

 BLUE value IS 125 (49.22% from 255) = 53.42%

R = 24.79%
G = 21.79%
B = 53.42%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A337D (or 0x3A337D) is known color: Jacksons Purple. HEX triplet: 3A, 33 and 7D. RGB value is (58,51,125). Sum of RGB (Red+Green+Blue) = 58+51+125=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A337D is #C5CC82. Grayscale: #3D3D3D. Windows color (decimal): -12962947 or 8205114. OLE color: 8205114.

HSL color Cylindrical-coordinate representation of color #3A337D: hue angle of 245.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A337D is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 51 125 -
CMYK 0.54 0.59 0 0.51
HSL 245.68º 0.42% 0.35% -
HSV(B) 245.68º 0.59% 0.49% -
XYZ 6.63 4.75 19.97 -
YUV 61.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 58 51 125 0.54 0.59 0 0.51 245.68 0.42 0.35
Hex 3A 33 7D 36 3B 0 33 F6 2A 23
Octal 72 63 175 66 73 0 63 366 52 43
Binary 111010 110011 1111101 110110 111011 0 110011 11110110 101010 100011

Color Harmonies of #3A337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A337D

Black with #3A337D

Text Example


Text Example

White with #3A337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,125); }

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

background-color css

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

 a { background-color: rgb(58,51,125); }

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

border-color css

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

 span { border-color: rgb(58,51,125); }

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