Html Css Color HEX #354185 Jacksons Purple

📋 copy color: '#354185'

red 53 ◦ green 65 ◦ blue 133

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

Shades of Jacksons Purple #354185

Tints of Jacksons Purple #354185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 21.12%
G = 25.9%
B = 52.99%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#354185 (or 0x354185) is known color: Jacksons Purple. HEX triplet: 35, 41 and 85. RGB value is (53,65,133). Sum of RGB (Red+Green+Blue) = 53+65+133=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #354185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354185 is #CABE7A. Grayscale: #444444. Windows color (decimal): -13287035 or 8732981. OLE color: 8732981.

HSL color Cylindrical-coordinate representation of color #354185: hue angle of 231º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354185 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 65 133 -
CMYK 0.60 0.51 0 0.48
HSL 231º 0.43% 0.36% -
HSV(B) 231º 0.6% 0.52% -
XYZ 7.59 6.23 22.99 -
YUV 69.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 53 65 133 0.60 0.51 0 0.48 231 0.43 0.36
Hex 35 41 85 3C 33 0 30 E7 2B 24
Octal 65 101 205 74 63 0 60 347 53 44
Binary 110101 1000001 10000101 111100 110011 0 110000 11100111 101011 100100

Color Harmonies of #354185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354185

Black with #354185

Text Example


Text Example

White with #354185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354185; }

 p { color: rgb(53,65,133); }

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

background-color css

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

 a { background-color: rgb(53,65,133); }

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

border-color css

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

 span { border-color: rgb(53,65,133); }

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