Html Css Color HEX #34307F Jacksons Purple

📋 copy color: '#34307F'

red 52 ◦ green 48 ◦ blue 127

#34307F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #34307F

Tints of Jacksons Purple #34307F

RGB

 RED value IS 52 (20.7% from 255) = 22.91%

 GREEN value IS 48 (19.14% from 255) = 21.15%

 BLUE value IS 127 (50% from 255) = 55.95%

R = 22.91%
G = 21.15%
B = 55.95%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34307F (or 0x34307F) is known color: Jacksons Purple. HEX triplet: 34, 30 and 7F. RGB value is (52,48,127). Sum of RGB (Red+Green+Blue) = 52+48+127=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #34307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34307F is #CBCF80. Grayscale: #393939. Windows color (decimal): -13356929 or 8335412. OLE color: 8335412.

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

Color convert

RGB 52 48 127 -
CMYK 0.59 0.62 0 0.50
HSL 243.04º 0.45% 0.34% -
HSV(B) 243.04º 0.62% 0.5% -
XYZ 6.3 4.38 20.59 -
YUV 58.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 52 48 127 0.59 0.62 0 0.50 243.04 0.45 0.34
Hex 34 30 7F 3B 3E 0 32 F3 2D 22
Octal 64 60 177 73 76 0 62 363 55 42
Binary 110100 110000 1111111 111011 111110 0 110010 11110011 101101 100010

Color Harmonies of #34307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34307F

Black with #34307F

Text Example


Text Example

White with #34307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34307F;
 }
 .AnyTagClassName
 {
   color: #34307F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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