Html Css Color HEX #34398E Jacksons Purple

📋 copy color: '#34398E'

red 52 ◦ green 57 ◦ blue 142

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

Shades of Jacksons Purple #34398E

Tints of Jacksons Purple #34398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.57%

R = 20.72%
G = 22.71%
B = 56.57%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34398E (or 0x34398E) is known color: Jacksons Purple. HEX triplet: 34, 39 and 8E. RGB value is (52,57,142). Sum of RGB (Red+Green+Blue) = 52+57+142=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #34398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34398E is #CBC671. Grayscale: #404040. Windows color (decimal): -13354610 or 9320756. OLE color: 9320756.

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

Color convert

RGB 52 57 142 -
CMYK 0.63 0.60 0 0.44
HSL 236.67º 0.46% 0.38% -
HSV(B) 236.67º 0.63% 0.56% -
XYZ 7.76 5.61 26.26 -
YUV 65.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 52 57 142 0.63 0.60 0 0.44 236.67 0.46 0.38
Hex 34 39 8E 3F 3C 0 2C ED 2E 26
Octal 64 71 216 77 74 0 54 355 56 46
Binary 110100 111001 10001110 111111 111100 0 101100 11101101 101110 100110

Color Harmonies of #34398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34398E

Black with #34398E

Text Example


Text Example

White with #34398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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