Html Css Color HEX #3A4292 Jacksons Purple

📋 copy color: '#3A4292'

red 58 ◦ green 66 ◦ blue 146

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

Shades of Jacksons Purple #3A4292

Tints of Jacksons Purple #3A4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 21.48%
G = 24.44%
B = 54.07%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A4292 (or 0x3A4292) is known color: Jacksons Purple. HEX triplet: 3A, 42 and 92. RGB value is (58,66,146). Sum of RGB (Red+Green+Blue) = 58+66+146=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A4292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4292 is #C5BD6D. Grayscale: #484848. Windows color (decimal): -12959086 or 9585210. OLE color: 9585210.

HSL color Cylindrical-coordinate representation of color #3A4292: hue angle of 234.55º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A4292 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 66 146 -
CMYK 0.60 0.55 0 0.43
HSL 234.55º 0.43% 0.4% -
HSV(B) 234.55º 0.6% 0.57% -
XYZ 8.88 6.87 28.05 -
YUV 72.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 58 66 146 0.60 0.55 0 0.43 234.55 0.43 0.4
Hex 3A 42 92 3C 37 0 2B EB 2B 28
Octal 72 102 222 74 67 0 53 353 53 50
Binary 111010 1000010 10010010 111100 110111 0 101011 11101011 101011 101000

Color Harmonies of #3A4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4292

Black with #3A4292

Text Example


Text Example

White with #3A4292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,66,146); }

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

background-color css

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

 a { background-color: rgb(58,66,146); }

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

border-color css

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

 span { border-color: rgb(58,66,146); }

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