Html Css Color HEX #34377D Jacksons Purple

📋 copy color: '#34377D'

red 52 ◦ green 55 ◦ blue 125

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

Shades of Jacksons Purple #34377D

Tints of Jacksons Purple #34377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.88%

R = 22.41%
G = 23.71%
B = 53.88%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34377D (or 0x34377D) is known color: Jacksons Purple. HEX triplet: 34, 37 and 7D. RGB value is (52,55,125). Sum of RGB (Red+Green+Blue) = 52+55+125=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #34377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34377D is #CBC882. Grayscale: #3D3D3D. Windows color (decimal): -13355139 or 8206132. OLE color: 8206132.

HSL color Cylindrical-coordinate representation of color #34377D: hue angle of 237.53º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34377D is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 55 125 -
CMYK 0.58 0.56 0 0.51
HSL 237.53º 0.41% 0.35% -
HSV(B) 237.53º 0.58% 0.49% -
XYZ 6.48 4.94 20.01 -
YUV 62.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 52 55 125 0.58 0.56 0 0.51 237.53 0.41 0.35
Hex 34 37 7D 3A 38 0 33 EE 29 23
Octal 64 67 175 72 70 0 63 356 51 43
Binary 110100 110111 1111101 111010 111000 0 110011 11101110 101001 100011

Color Harmonies of #34377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34377D

Black with #34377D

Text Example


Text Example

White with #34377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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