Html Css Color HEX #34378B Jacksons Purple

📋 copy color: '#34378B'

red 52 ◦ green 55 ◦ blue 139

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

Shades of Jacksons Purple #34378B

Tints of Jacksons Purple #34378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 21.14%
G = 22.36%
B = 56.5%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34378B (or 0x34378B) is known color: Jacksons Purple. HEX triplet: 34, 37 and 8B. RGB value is (52,55,139). Sum of RGB (Red+Green+Blue) = 52+55+139=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #34378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34378B is #CBC874. Grayscale: #3F3F3F. Windows color (decimal): -13355125 or 9123636. OLE color: 9123636.

HSL color Cylindrical-coordinate representation of color #34378B: hue angle of 237.93º 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 #34378B is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 55 139 -
CMYK 0.63 0.60 0 0.45
HSL 237.93º 0.46% 0.37% -
HSV(B) 237.93º 0.63% 0.55% -
XYZ 7.44 5.33 25.06 -
YUV 63.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 52 55 139 0.63 0.60 0 0.45 237.93 0.46 0.37
Hex 34 37 8B 3F 3C 0 2D EE 2E 25
Octal 64 67 213 77 74 0 55 356 56 45
Binary 110100 110111 10001011 111111 111100 0 101101 11101110 101110 100101

Color Harmonies of #34378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34378B

Black with #34378B

Text Example


Text Example

White with #34378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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