Html Css Color HEX #3A347B Jacksons Purple

📋 copy color: '#3A347B'

red 58 ◦ green 52 ◦ blue 123

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

Shades of Jacksons Purple #3A347B

Tints of Jacksons Purple #3A347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 24.89%
G = 22.32%
B = 52.79%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A347B (or 0x3A347B) is known color: Jacksons Purple. HEX triplet: 3A, 34 and 7B. RGB value is (58,52,123). Sum of RGB (Red+Green+Blue) = 58+52+123=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A347B is #C5CB84. Grayscale: #3D3D3D. Windows color (decimal): -12962693 or 8074298. OLE color: 8074298.

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

Color convert

RGB 58 52 123 -
CMYK 0.53 0.58 0 0.52
HSL 245.07º 0.41% 0.34% -
HSV(B) 245.07º 0.58% 0.48% -
XYZ 6.55 4.79 19.32 -
YUV 61.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 58 52 123 0.53 0.58 0 0.52 245.07 0.41 0.34
Hex 3A 34 7B 35 3A 0 34 F5 29 22
Octal 72 64 173 65 72 0 64 365 51 42
Binary 111010 110100 1111011 110101 111010 0 110100 11110101 101001 100010

Color Harmonies of #3A347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A347B

Black with #3A347B

Text Example


Text Example

White with #3A347B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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