Html Css Color HEX #34398F Jacksons Purple

📋 copy color: '#34398F'

red 52 ◦ green 57 ◦ blue 143

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

Shades of Jacksons Purple #34398F

Tints of Jacksons Purple #34398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 143 (56.25% from 255) = 56.75%

R = 20.63%
G = 22.62%
B = 56.75%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34398F (or 0x34398F) is known color: Jacksons Purple. HEX triplet: 34, 39 and 8F. RGB value is (52,57,143). Sum of RGB (Red+Green+Blue) = 52+57+143=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #34398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34398F is #CBC670. Grayscale: #404040. Windows color (decimal): -13354609 or 9386292. OLE color: 9386292.

HSL color Cylindrical-coordinate representation of color #34398F: hue angle of 236.7º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34398F is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 57 143 -
CMYK 0.64 0.60 0 0.44
HSL 236.7º 0.47% 0.38% -
HSV(B) 236.7º 0.64% 0.56% -
XYZ 7.84 5.64 26.66 -
YUV 65.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 52 57 143 0.64 0.60 0 0.44 236.7 0.47 0.38
Hex 34 39 8F 40 3C 0 2C ED 2F 26
Octal 64 71 217 100 74 0 54 355 57 46
Binary 110100 111001 10001111 1000000 111100 0 101100 11101101 101111 100110

Color Harmonies of #34398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34398F

Black with #34398F

Text Example


Text Example

White with #34398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,57,143); }

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

background-color css

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

 a { background-color: rgb(52,57,143); }

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

border-color css

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

 span { border-color: rgb(52,57,143); }

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