Html Css Color HEX #353893 Jacksons Purple

📋 copy color: '#353893'

red 53 ◦ green 56 ◦ blue 147

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

Shades of Jacksons Purple #353893

Tints of Jacksons Purple #353893

RGB

 RED value IS 53 (21.09% from 255) = 20.7%

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 20.7%
G = 21.88%
B = 57.42%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353893 (or 0x353893) is known color: Jacksons Purple. HEX triplet: 35, 38 and 93. RGB value is (53,56,147). Sum of RGB (Red+Green+Blue) = 53+56+147=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #353893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353893 is #CAC76C. Grayscale: #414141. Windows color (decimal): -13289325 or 9648181. OLE color: 9648181.

HSL color Cylindrical-coordinate representation of color #353893: hue angle of 238.09º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353893 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 56 147 -
CMYK 0.64 0.62 0 0.42
HSL 238.09º 0.47% 0.39% -
HSV(B) 238.09º 0.64% 0.58% -
XYZ 8.15 5.69 28.27 -
YUV 65.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 53 56 147 0.64 0.62 0 0.42 238.09 0.47 0.39
Hex 35 38 93 40 3E 0 2A EE 2F 27
Octal 65 70 223 100 76 0 52 356 57 47
Binary 110101 111000 10010011 1000000 111110 0 101010 11101110 101111 100111

Color Harmonies of #353893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353893

Black with #353893

Text Example


Text Example

White with #353893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353893; }

 p { color: rgb(53,56,147); }

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

background-color css

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

 a { background-color: rgb(53,56,147); }

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

border-color css

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

 span { border-color: rgb(53,56,147); }

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