Html Css Color HEX #353C8D Jacksons Purple

📋 copy color: '#353C8D'

red 53 ◦ green 60 ◦ blue 141

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

Shades of Jacksons Purple #353C8D

Tints of Jacksons Purple #353C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 20.87%
G = 23.62%
B = 55.51%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#353C8D (or 0x353C8D) is known color: Jacksons Purple. HEX triplet: 35, 3C and 8D. RGB value is (53,60,141). Sum of RGB (Red+Green+Blue) = 53+60+141=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #353C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353C8D is #CAC372. Grayscale: #424242. Windows color (decimal): -13288307 or 9255989. OLE color: 9255989.

HSL color Cylindrical-coordinate representation of color #353C8D: hue angle of 235.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353C8D is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 60 141 -
CMYK 0.62 0.57 0 0.45
HSL 235.23º 0.45% 0.38% -
HSV(B) 235.23º 0.62% 0.55% -
XYZ 7.89 5.91 25.92 -
YUV 67.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 53 60 141 0.62 0.57 0 0.45 235.23 0.45 0.38
Hex 35 3C 8D 3E 39 0 2D EB 2D 26
Octal 65 74 215 76 71 0 55 353 55 46
Binary 110101 111100 10001101 111110 111001 0 101101 11101011 101101 100110

Color Harmonies of #353C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C8D

Black with #353C8D

Text Example


Text Example

White with #353C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353C8D; }

 p { color: rgb(53,60,141); }

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

background-color css

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

 a { background-color: rgb(53,60,141); }

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

border-color css

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

 span { border-color: rgb(53,60,141); }

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