Html Css Color HEX #353283 Jacksons Purple

📋 copy color: '#353283'

red 53 ◦ green 50 ◦ blue 131

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

Shades of Jacksons Purple #353283

Tints of Jacksons Purple #353283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 22.65%
G = 21.37%
B = 55.98%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#353283 (or 0x353283) is known color: Jacksons Purple. HEX triplet: 35, 32 and 83. RGB value is (53,50,131). Sum of RGB (Red+Green+Blue) = 53+50+131=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #353283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353283 is #CACD7C. Grayscale: #3B3B3B. Windows color (decimal): -13290877 or 8598069. OLE color: 8598069.

HSL color Cylindrical-coordinate representation of color #353283: hue angle of 242.22º 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 #353283 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 50 131 -
CMYK 0.60 0.62 0 0.49
HSL 242.22º 0.45% 0.35% -
HSV(B) 242.22º 0.62% 0.51% -
XYZ 6.71 4.68 22.02 -
YUV 60.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 53 50 131 0.60 0.62 0 0.49 242.22 0.45 0.35
Hex 35 32 83 3C 3E 0 31 F2 2D 23
Octal 65 62 203 74 76 0 61 362 55 43
Binary 110101 110010 10000011 111100 111110 0 110001 11110010 101101 100011

Color Harmonies of #353283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353283

Black with #353283

Text Example


Text Example

White with #353283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353283; }

 p { color: rgb(53,50,131); }

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

background-color css

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

 a { background-color: rgb(53,50,131); }

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

border-color css

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

 span { border-color: rgb(53,50,131); }

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