Html Css Color HEX #342C84 Jacksons Purple

📋 copy color: '#342C84'

red 52 ◦ green 44 ◦ blue 132

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

Shades of Jacksons Purple #342C84

Tints of Jacksons Purple #342C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 132 (51.95% from 255) = 57.89%

R = 22.81%
G = 19.3%
B = 57.89%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#342C84 (or 0x342C84) is known color: Jacksons Purple. HEX triplet: 34, 2C and 84. RGB value is (52,44,132). Sum of RGB (Red+Green+Blue) = 52+44+132=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #342C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C84 is #CBD37B. Grayscale: #383838. Windows color (decimal): -13357948 or 8662068. OLE color: 8662068.

HSL color Cylindrical-coordinate representation of color #342C84: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342C84 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 44 132 -
CMYK 0.61 0.67 0 0.48
HSL 245.45º 0.5% 0.35% -
HSV(B) 245.45º 0.67% 0.52% -
XYZ 6.48 4.2 22.3 -
YUV 56.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 52 44 132 0.61 0.67 0 0.48 245.45 0.5 0.35
Hex 34 2C 84 3D 43 0 30 F5 32 23
Octal 64 54 204 75 103 0 60 365 62 43
Binary 110100 101100 10000100 111101 1000011 0 110000 11110101 110010 100011

Color Harmonies of #342C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C84

Black with #342C84

Text Example


Text Example

White with #342C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C84; }

 p { color: rgb(52,44,132); }

 H1.HeaderClassName
 {
   color: #342C84;
 }
 .AnyTagClassName
 {
   color: #342C84;
 }
</style>

background-color css

<style>
 a { background-color: #342C84; }

 a { background-color: rgb(52,44,132); }

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

border-color css

<style>
 span { border-color: #342C84; }

 span { border-color: rgb(52,44,132); }

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