Html Css Color HEX #353182 Jacksons Purple

📋 copy color: '#353182'

red 53 ◦ green 49 ◦ blue 130

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

Shades of Jacksons Purple #353182

Tints of Jacksons Purple #353182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 22.84%
G = 21.12%
B = 56.03%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#353182 (or 0x353182) is known color: Jacksons Purple. HEX triplet: 35, 31 and 82. RGB value is (53,49,130). Sum of RGB (Red+Green+Blue) = 53+49+130=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #353182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353182 is #CACE7D. Grayscale: #3B3B3B. Windows color (decimal): -13291134 or 8532277. OLE color: 8532277.

HSL color Cylindrical-coordinate representation of color #353182: hue angle of 242.96º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353182 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 49 130 -
CMYK 0.59 0.62 0 0.49
HSL 242.96º 0.45% 0.35% -
HSV(B) 242.96º 0.62% 0.51% -
XYZ 6.6 4.57 21.65 -
YUV 59.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 53 49 130 0.59 0.62 0 0.49 242.96 0.45 0.35
Hex 35 31 82 3B 3E 0 31 F3 2D 23
Octal 65 61 202 73 76 0 61 363 55 43
Binary 110101 110001 10000010 111011 111110 0 110001 11110011 101101 100011

Color Harmonies of #353182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353182

Black with #353182

Text Example


Text Example

White with #353182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353182; }

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

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

background-color css

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

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

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

border-color css

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

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

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