#34307D

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

Shades of Jacksons Purple #34307D

Tints of Jacksons Purple #34307D

Color information

#34307D (or 0x34307D) is unknown color: approx Jacksons Purple. HEX triplet: 34, 30 and 7D. RGB value is (52,48,125). Sum of RGB (Red+Green+Blue) = 52+48+125=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #34307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34307D is #CBCF82. Grayscale: #393939. Windows color (decimal): -13356931 or 8204340. OLE color: 8204340.

HSL color Cylindrical-coordinate representation of color #34307D: hue angle of 243.12º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34307D is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5248125-
CMYK0.580.6200.51
HSL243.12º44.51%33.92%-
HSV(B)243.12º61.6%49.02%-
XYZ6.174.3219.91-
YUV57.97165.83123.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=23.11%
G=21.33%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52481250.580.6200.51243.1244.5133.92
Hex34307D3A3E033f32d22
Octal646017572760633635542
Binary1101001100001111101111010111110011001111110011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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