#34307C

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

Shades of Jacksons Purple #34307C

Tints of Jacksons Purple #34307C

Color information

#34307C (or 0x34307C) is unknown color: approx Jacksons Purple. HEX triplet: 34, 30 and 7C. RGB value is (52,48,124). Sum of RGB (Red+Green+Blue) = 52+48+124=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #34307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34307C is #CBCF83. Grayscale: #393939. Windows color (decimal): -13356932 or 8138804. OLE color: 8138804.

HSL color Cylindrical-coordinate representation of color #34307C: hue angle of 243.16º 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 #34307C is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5248124-
CMYK0.580.6100.51
HSL243.16º44.19%33.73%-
HSV(B)243.16º61.29%48.63%-
XYZ6.114.319.58-
YUV57.86165.33123.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=23.21%
G=21.43%
B=55.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52481240.580.6100.51243.1644.1933.73
Hex34307C3A3D033f32c22
Octal646017472750633635442
Binary1101001100001111100111010111101011001111110011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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