Html Css Color HEX #3A367F Jacksons Purple

📋 copy color: '#3A367F'

red 58 ◦ green 54 ◦ blue 127

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

Shades of Jacksons Purple #3A367F

Tints of Jacksons Purple #3A367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 127 (50% from 255) = 53.14%

R = 24.27%
G = 22.59%
B = 53.14%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A367F (or 0x3A367F) is known color: Jacksons Purple. HEX triplet: 3A, 36 and 7F. RGB value is (58,54,127). Sum of RGB (Red+Green+Blue) = 58+54+127=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A367F is #C5C980. Grayscale: #3F3F3F. Windows color (decimal): -12962177 or 8336954. OLE color: 8336954.

HSL color Cylindrical-coordinate representation of color #3A367F: hue angle of 243.29º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A367F is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 54 127 -
CMYK 0.54 0.57 0 0.50
HSL 243.29º 0.4% 0.35% -
HSV(B) 243.29º 0.57% 0.5% -
XYZ 6.89 5.07 20.69 -
YUV 63.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 58 54 127 0.54 0.57 0 0.50 243.29 0.4 0.35
Hex 3A 36 7F 36 39 0 32 F3 28 23
Octal 72 66 177 66 71 0 62 363 50 43
Binary 111010 110110 1111111 110110 111001 0 110010 11110011 101000 100011

Color Harmonies of #3A367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A367F

Black with #3A367F

Text Example


Text Example

White with #3A367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,127); }

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

background-color css

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

 a { background-color: rgb(58,54,127); }

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

border-color css

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

 span { border-color: rgb(58,54,127); }

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