Html Css Color HEX #34368D Jacksons Purple

📋 copy color: '#34368D'

red 52 ◦ green 54 ◦ blue 141

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

Shades of Jacksons Purple #34368D

Tints of Jacksons Purple #34368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 21.05%
G = 21.86%
B = 57.09%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34368D (or 0x34368D) is known color: Jacksons Purple. HEX triplet: 34, 36 and 8D. RGB value is (52,54,141). Sum of RGB (Red+Green+Blue) = 52+54+141=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #34368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34368D is #CBC972. Grayscale: #3E3E3E. Windows color (decimal): -13355379 or 9254452. OLE color: 9254452.

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

Color convert

RGB 52 54 141 -
CMYK 0.63 0.62 0 0.45
HSL 238.65º 0.46% 0.38% -
HSV(B) 238.65º 0.63% 0.55% -
XYZ 7.54 5.29 25.82 -
YUV 63.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 52 54 141 0.63 0.62 0 0.45 238.65 0.46 0.38
Hex 34 36 8D 3F 3E 0 2D EF 2E 26
Octal 64 66 215 77 76 0 55 357 56 46
Binary 110100 110110 10001101 111111 111110 0 101101 11101111 101110 100110

Color Harmonies of #34368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34368D

Black with #34368D

Text Example


Text Example

White with #34368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,54,141); }

 H1.HeaderClassName
 {
   color: #34368D;
 }
 .AnyTagClassName
 {
   color: #34368D;
 }
</style>

background-color css

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

 a { background-color: rgb(52,54,141); }

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

border-color css

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

 span { border-color: rgb(52,54,141); }

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