Html Css Color HEX #3A357E Jacksons Purple

📋 copy color: '#3A357E'

red 58 ◦ green 53 ◦ blue 126

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

Shades of Jacksons Purple #3A357E

Tints of Jacksons Purple #3A357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 126 (49.61% from 255) = 53.16%

R = 24.47%
G = 22.36%
B = 53.16%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A357E (or 0x3A357E) is known color: Jacksons Purple. HEX triplet: 3A, 35 and 7E. RGB value is (58,53,126). Sum of RGB (Red+Green+Blue) = 58+53+126=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A357E is #C5CA81. Grayscale: #3E3E3E. Windows color (decimal): -12962434 or 8271162. OLE color: 8271162.

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

Color convert

RGB 58 53 126 -
CMYK 0.54 0.58 0 0.51
HSL 244.11º 0.41% 0.35% -
HSV(B) 244.11º 0.58% 0.49% -
XYZ 6.78 4.95 20.34 -
YUV 62.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 58 53 126 0.54 0.58 0 0.51 244.11 0.41 0.35
Hex 3A 35 7E 36 3A 0 33 F4 29 23
Octal 72 65 176 66 72 0 63 364 51 43
Binary 111010 110101 1111110 110110 111010 0 110011 11110100 101001 100011

Color Harmonies of #3A357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A357E

Black with #3A357E

Text Example


Text Example

White with #3A357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,53,126); }

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

background-color css

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

 a { background-color: rgb(58,53,126); }

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

border-color css

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

 span { border-color: rgb(58,53,126); }

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