Html Css Color HEX #3A4294 Jacksons Purple

📋 copy color: '#3A4294'

red 58 ◦ green 66 ◦ blue 148

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

Shades of Jacksons Purple #3A4294

Tints of Jacksons Purple #3A4294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.41%

R = 21.32%
G = 24.26%
B = 54.41%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A4294 (or 0x3A4294) is known color: Jacksons Purple. HEX triplet: 3A, 42 and 94. RGB value is (58,66,148). Sum of RGB (Red+Green+Blue) = 58+66+148=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A4294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4294 is #C5BD6B. Grayscale: #484848. Windows color (decimal): -12959084 or 9716282. OLE color: 9716282.

HSL color Cylindrical-coordinate representation of color #3A4294: hue angle of 234.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4294 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 66 148 -
CMYK 0.61 0.55 0 0.42
HSL 234.67º 0.44% 0.4% -
HSV(B) 234.67º 0.61% 0.58% -
XYZ 9.04 6.93 28.88 -
YUV 72.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 58 66 148 0.61 0.55 0 0.42 234.67 0.44 0.4
Hex 3A 42 94 3D 37 0 2A EB 2C 28
Octal 72 102 224 75 67 0 52 353 54 50
Binary 111010 1000010 10010100 111101 110111 0 101010 11101011 101100 101000

Color Harmonies of #3A4294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4294

Black with #3A4294

Text Example


Text Example

White with #3A4294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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