Html Css Color HEX #3A457F Jacksons Purple

📋 copy color: '#3A457F'

red 58 ◦ green 69 ◦ blue 127

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

Shades of Jacksons Purple #3A457F

Tints of Jacksons Purple #3A457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 22.83%
G = 27.17%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A457F (or 0x3A457F) is known color: Jacksons Purple. HEX triplet: 3A, 45 and 7F. RGB value is (58,69,127). Sum of RGB (Red+Green+Blue) = 58+69+127=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A457F is #C5BA80. Grayscale: #484848. Windows color (decimal): -12958337 or 8340794. OLE color: 8340794.

HSL color Cylindrical-coordinate representation of color #3A457F: hue angle of 230.43º 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 #3A457F is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 69 127 -
CMYK 0.54 0.46 0 0.50
HSL 230.43º 0.37% 0.36% -
HSV(B) 230.43º 0.54% 0.5% -
XYZ 7.7 6.69 20.96 -
YUV 72.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 58 69 127 0.54 0.46 0 0.50 230.43 0.37 0.36
Hex 3A 45 7F 36 2E 0 32 E6 25 24
Octal 72 105 177 66 56 0 62 346 45 44
Binary 111010 1000101 1111111 110110 101110 0 110010 11100110 100101 100100

Color Harmonies of #3A457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A457F

Black with #3A457F

Text Example


Text Example

White with #3A457F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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