Html Css Color HEX #3A417C Jacksons Purple

📋 copy color: '#3A417C'

red 58 ◦ green 65 ◦ blue 124

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

Shades of Jacksons Purple #3A417C

Tints of Jacksons Purple #3A417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 23.48%
G = 26.32%
B = 50.2%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A417C (or 0x3A417C) is known color: Jacksons Purple. HEX triplet: 3A, 41 and 7C. RGB value is (58,65,124). Sum of RGB (Red+Green+Blue) = 58+65+124=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A417C is #C5BE83. Grayscale: #454545. Windows color (decimal): -12959364 or 8143162. OLE color: 8143162.

HSL color Cylindrical-coordinate representation of color #3A417C: hue angle of 233.64º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A417C is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 65 124 -
CMYK 0.53 0.48 0 0.51
HSL 233.64º 0.36% 0.36% -
HSV(B) 233.64º 0.53% 0.49% -
XYZ 7.27 6.14 19.87 -
YUV 69.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 58 65 124 0.53 0.48 0 0.51 233.64 0.36 0.36
Hex 3A 41 7C 35 30 0 33 EA 24 24
Octal 72 101 174 65 60 0 63 352 44 44
Binary 111010 1000001 1111100 110101 110000 0 110011 11101010 100100 100100

Color Harmonies of #3A417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A417C

Black with #3A417C

Text Example


Text Example

White with #3A417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,124); }

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

background-color css

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

 a { background-color: rgb(58,65,124); }

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

border-color css

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

 span { border-color: rgb(58,65,124); }

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