#35307C

Color #35307C Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #35307C

Tints of Jacksons Purple #35307C

Color information

#35307C (or 0x35307C) is unknown color: approx Jacksons Purple. HEX triplet: 35, 30 and 7C. RGB value is (53,48,124). Sum of RGB (Red+Green+Blue) = 53+48+124=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #35307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35307C is #CACF83. Grayscale: #393939. Windows color (decimal): -13291396 or 8138805. OLE color: 8138805.

HSL color Cylindrical-coordinate representation of color #35307C: hue angle of 243.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35307C is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5348124-
CMYK0.570.6100.51
HSL243.95º44.19%33.73%-
HSV(B)243.95º61.29%48.63%-
XYZ6.164.3319.58-
YUV58.16165.16124.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=23.56%
G=21.33%
B=55.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53481240.570.6100.51243.9544.1933.73
Hex35307C393D033f42c22
Octal656017471750633645442
Binary1101011100001111100111001111101011001111110100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35307C; }

 p { color: rgb(53,48,124); }

 H1.HeaderClassName
 {
   color: #35307C;
 }
 .AnyTagClassName
 {
   color: #35307C;
 }
</style>
background-color css

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

 a { background-color: rgb(53,48,124); }

 div.DivClassName
 {
   background-color: #35307C;
 }
 .BgClassName
 {
   background-color: #35307C;
 }
</style>
border-color css

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

 span { border-color: rgb(53,48,124); }

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