Html Css Color HEX #3A417F Jacksons Purple

📋 copy color: '#3A417F'

red 58 ◦ green 65 ◦ blue 127

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

Shades of Jacksons Purple #3A417F

Tints of Jacksons Purple #3A417F

RGB

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

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

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

R = 23.2%
G = 26%
B = 50.8%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A417F (or 0x3A417F) is known color: Jacksons Purple. HEX triplet: 3A, 41 and 7F. RGB value is (58,65,127). Sum of RGB (Red+Green+Blue) = 58+65+127=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A417F is #C5BE80. Grayscale: #454545. Windows color (decimal): -12959361 or 8339770. OLE color: 8339770.

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

Color convert

RGB 58 65 127 -
CMYK 0.54 0.49 0 0.50
HSL 233.91º 0.37% 0.36% -
HSV(B) 233.91º 0.54% 0.5% -
XYZ 7.47 6.21 20.88 -
YUV 69.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 58 65 127 0.54 0.49 0 0.50 233.91 0.37 0.36
Hex 3A 41 7F 36 31 0 32 EA 25 24
Octal 72 101 177 66 61 0 62 352 45 44
Binary 111010 1000001 1111111 110110 110001 0 110010 11101010 100101 100100

Color Harmonies of #3A417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A417F

Black with #3A417F

Text Example


Text Example

White with #3A417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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