#35307A

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

Shades of Jacksons Purple #35307A

Tints of Jacksons Purple #35307A

Color information

#35307A (or 0x35307A) is unknown color: approx Jacksons Purple. HEX triplet: 35, 30 and 7A. RGB value is (53,48,122). Sum of RGB (Red+Green+Blue) = 53+48+122=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #35307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35307A is #CACF85. Grayscale: #393939. Windows color (decimal): -13291398 or 8007733. OLE color: 8007733.

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

Color convert

RGB5348122-
CMYK0.570.6100.52
HSL244.05º43.53%33.33%-
HSV(B)244.05º60.66%47.84%-
XYZ6.044.2818.92-
YUV57.93164.16124.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=23.77%
G=21.52%
B=54.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53481220.570.6100.52244.0543.5333.33
Hex35307A393D034f42c21
Octal656017271750643645441
Binary1101011100001111010111001111101011010011110100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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