Html Css Color HEX #34358B Jacksons Purple

📋 copy color: '#34358B'

red 52 ◦ green 53 ◦ blue 139

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

Shades of Jacksons Purple #34358B

Tints of Jacksons Purple #34358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 21.31%
G = 21.72%
B = 56.97%

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

#34358B (or 0x34358B) is known color: Jacksons Purple. HEX triplet: 34, 35 and 8B. RGB value is (52,53,139). Sum of RGB (Red+Green+Blue) = 52+53+139=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #34358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34358B is #CBCA74. Grayscale: #3E3E3E. Windows color (decimal): -13355637 or 9123124. OLE color: 9123124.

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

Color convert

RGB 52 53 139 -
CMYK 0.63 0.62 0 0.45
HSL 239.31º 0.46% 0.37% -
HSV(B) 239.31º 0.63% 0.55% -
XYZ 7.35 5.14 25.03 -
YUV 62.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 52 53 139 0.63 0.62 0 0.45 239.31 0.46 0.37
Hex 34 35 8B 3F 3E 0 2D EF 2E 25
Octal 64 65 213 77 76 0 55 357 56 45
Binary 110100 110101 10001011 111111 111110 0 101101 11101111 101110 100101

Color Harmonies of #34358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34358B

Black with #34358B

Text Example


Text Example

White with #34358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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