#34307B

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

Shades of Jacksons Purple #34307B

Tints of Jacksons Purple #34307B

Color information

#34307B (or 0x34307B) is unknown color: approx Jacksons Purple. HEX triplet: 34, 30 and 7B. RGB value is (52,48,123). Sum of RGB (Red+Green+Blue) = 52+48+123=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #34307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34307B is #CBCF84. Grayscale: #393939. Windows color (decimal): -13356933 or 8073268. OLE color: 8073268.

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

Color convert

RGB5248123-
CMYK0.580.6100.52
HSL243.2º43.86%33.53%-
HSV(B)243.2º60.98%48.24%-
XYZ6.054.2719.25-
YUV57.75164.83123.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=23.32%
G=21.52%
B=55.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52481230.580.6100.52243.243.8633.53
Hex34307B3A3D034f32c22
Octal646017372750643635442
Binary1101001100001111011111010111101011010011110011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34307B; }

 p { color: rgb(52,48,123); }

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

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

 a { background-color: rgb(52,48,123); }

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

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

 span { border-color: rgb(52,48,123); }

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