Html Css Color HEX #353892 Jacksons Purple

📋 copy color: '#353892'

red 53 ◦ green 56 ◦ blue 146

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

Shades of Jacksons Purple #353892

Tints of Jacksons Purple #353892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.25%

R = 20.78%
G = 21.96%
B = 57.25%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353892 (or 0x353892) is known color: Jacksons Purple. HEX triplet: 35, 38 and 92. RGB value is (53,56,146). Sum of RGB (Red+Green+Blue) = 53+56+146=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #353892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353892 is #CAC76D. Grayscale: #414141. Windows color (decimal): -13289326 or 9582645. OLE color: 9582645.

HSL color Cylindrical-coordinate representation of color #353892: hue angle of 238.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353892 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 56 146 -
CMYK 0.64 0.62 0 0.43
HSL 238.06º 0.47% 0.39% -
HSV(B) 238.06º 0.64% 0.57% -
XYZ 8.07 5.66 27.86 -
YUV 65.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 53 56 146 0.64 0.62 0 0.43 238.06 0.47 0.39
Hex 35 38 92 40 3E 0 2B EE 2F 27
Octal 65 70 222 100 76 0 53 356 57 47
Binary 110101 111000 10010010 1000000 111110 0 101011 11101110 101111 100111

Color Harmonies of #353892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353892

Black with #353892

Text Example


Text Example

White with #353892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353892; }

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

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

background-color css

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

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

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

border-color css

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

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

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