Html Css Color HEX #353883 Jacksons Purple

📋 copy color: '#353883'

red 53 ◦ green 56 ◦ blue 131

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

Shades of Jacksons Purple #353883

Tints of Jacksons Purple #353883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

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

R = 22.08%
G = 23.33%
B = 54.58%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#353883 (or 0x353883) is known color: Jacksons Purple. HEX triplet: 35, 38 and 83. RGB value is (53,56,131). Sum of RGB (Red+Green+Blue) = 53+56+131=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #353883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353883 is #CAC77C. Grayscale: #3F3F3F. Windows color (decimal): -13289341 or 8599605. OLE color: 8599605.

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

Color convert

RGB 53 56 131 -
CMYK 0.60 0.57 0 0.49
HSL 237.69º 0.42% 0.36% -
HSV(B) 237.69º 0.6% 0.51% -
XYZ 6.98 5.22 22.11 -
YUV 63.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 53 56 131 0.60 0.57 0 0.49 237.69 0.42 0.36
Hex 35 38 83 3C 39 0 31 EE 2A 24
Octal 65 70 203 74 71 0 61 356 52 44
Binary 110101 111000 10000011 111100 111001 0 110001 11101110 101010 100100

Color Harmonies of #353883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353883

Black with #353883

Text Example


Text Example

White with #353883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353883; }

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

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

background-color css

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

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

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

border-color css

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

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

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