Html Css Color HEX #34408B Jacksons Purple

📋 copy color: '#34408B'

red 52 ◦ green 64 ◦ blue 139

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

Shades of Jacksons Purple #34408B

Tints of Jacksons Purple #34408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 20.39%
G = 25.1%
B = 54.51%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34408B (or 0x34408B) is known color: Jacksons Purple. HEX triplet: 34, 40 and 8B. RGB value is (52,64,139). Sum of RGB (Red+Green+Blue) = 52+64+139=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #34408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34408B is #CBBF74. Grayscale: #444444. Windows color (decimal): -13352821 or 9125940. OLE color: 9125940.

HSL color Cylindrical-coordinate representation of color #34408B: hue angle of 231.72º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34408B is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 64 139 -
CMYK 0.63 0.54 0 0.45
HSL 231.72º 0.46% 0.37% -
HSV(B) 231.72º 0.63% 0.55% -
XYZ 7.91 6.26 25.22 -
YUV 68.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 52 64 139 0.63 0.54 0 0.45 231.72 0.46 0.37
Hex 34 40 8B 3F 36 0 2D E8 2E 25
Octal 64 100 213 77 66 0 55 350 56 45
Binary 110100 1000000 10001011 111111 110110 0 101101 11101000 101110 100101

Color Harmonies of #34408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34408B

Black with #34408B

Text Example


Text Example

White with #34408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,64,139); }

 H1.HeaderClassName
 {
   color: #34408B;
 }
 .AnyTagClassName
 {
   color: #34408B;
 }
</style>

background-color css

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

 a { background-color: rgb(52,64,139); }

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

border-color css

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

 span { border-color: rgb(52,64,139); }

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