Html Css Color HEX #3A337B Jacksons Purple

📋 copy color: '#3A337B'

red 58 ◦ green 51 ◦ blue 123

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

Shades of Jacksons Purple #3A337B

Tints of Jacksons Purple #3A337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.02%

R = 25%
G = 21.98%
B = 53.02%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A337B (or 0x3A337B) is known color: Jacksons Purple. HEX triplet: 3A, 33 and 7B. RGB value is (58,51,123). Sum of RGB (Red+Green+Blue) = 58+51+123=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A337B is #C5CC84. Grayscale: #3D3D3D. Windows color (decimal): -12962949 or 8074042. OLE color: 8074042.

HSL color Cylindrical-coordinate representation of color #3A337B: hue angle of 245.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A337B is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 51 123 -
CMYK 0.53 0.59 0 0.52
HSL 245.83º 0.41% 0.34% -
HSV(B) 245.83º 0.59% 0.48% -
XYZ 6.5 4.7 19.3 -
YUV 61.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 58 51 123 0.53 0.59 0 0.52 245.83 0.41 0.34
Hex 3A 33 7B 35 3B 0 34 F6 29 22
Octal 72 63 173 65 73 0 64 366 51 42
Binary 111010 110011 1111011 110101 111011 0 110100 11110110 101001 100010

Color Harmonies of #3A337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A337B

Black with #3A337B

Text Example


Text Example

White with #3A337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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