Html Css Color HEX #353F82 Jacksons Purple

📋 copy color: '#353F82'

red 53 ◦ green 63 ◦ blue 130

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

Shades of Jacksons Purple #353F82

Tints of Jacksons Purple #353F82

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 21.54%
G = 25.61%
B = 52.85%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#353F82 (or 0x353F82) is known color: Jacksons Purple. HEX triplet: 35, 3F and 82. RGB value is (53,63,130). Sum of RGB (Red+Green+Blue) = 53+63+130=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #353F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F82 is #CAC07D. Grayscale: #434343. Windows color (decimal): -13287550 or 8535861. OLE color: 8535861.

HSL color Cylindrical-coordinate representation of color #353F82: hue angle of 232.21º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353F82 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 63 130 -
CMYK 0.59 0.52 0 0.49
HSL 232.21º 0.42% 0.36% -
HSV(B) 232.21º 0.59% 0.51% -
XYZ 7.27 5.92 21.88 -
YUV 67.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 53 63 130 0.59 0.52 0 0.49 232.21 0.42 0.36
Hex 35 3F 82 3B 34 0 31 E8 2A 24
Octal 65 77 202 73 64 0 61 350 52 44
Binary 110101 111111 10000010 111011 110100 0 110001 11101000 101010 100100

Color Harmonies of #353F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F82

Black with #353F82

Text Example


Text Example

White with #353F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,130); }

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

background-color css

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

 a { background-color: rgb(53,63,130); }

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

border-color css

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

 span { border-color: rgb(53,63,130); }

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