Html Css Color HEX #354083 Jacksons Purple

📋 copy color: '#354083'

red 53 ◦ green 64 ◦ blue 131

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

Shades of Jacksons Purple #354083

Tints of Jacksons Purple #354083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 21.37%
G = 25.81%
B = 52.82%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#354083 (or 0x354083) is known color: Jacksons Purple. HEX triplet: 35, 40 and 83. RGB value is (53,64,131). Sum of RGB (Red+Green+Blue) = 53+64+131=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #354083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354083 is #CABF7C. Grayscale: #444444. Windows color (decimal): -13287293 or 8601653. OLE color: 8601653.

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

Color convert

RGB 53 64 131 -
CMYK 0.60 0.51 0 0.49
HSL 231.54º 0.42% 0.36% -
HSV(B) 231.54º 0.6% 0.51% -
XYZ 7.4 6.06 22.25 -
YUV 68.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 53 64 131 0.60 0.51 0 0.49 231.54 0.42 0.36
Hex 35 40 83 3C 33 0 31 E8 2A 24
Octal 65 100 203 74 63 0 61 350 52 44
Binary 110101 1000000 10000011 111100 110011 0 110001 11101000 101010 100100

Color Harmonies of #354083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354083

Black with #354083

Text Example


Text Example

White with #354083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354083; }

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

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

background-color css

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

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

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

border-color css

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

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

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