Html Css Color HEX #36377D Jacksons Purple

📋 copy color: '#36377D'

red 54 ◦ green 55 ◦ blue 125

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

Shades of Jacksons Purple #36377D

Tints of Jacksons Purple #36377D

RGB

 RED value IS 54 (21.48% from 255) = 23.08%

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

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

R = 23.08%
G = 23.5%
B = 53.42%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36377D (or 0x36377D) is known color: Jacksons Purple. HEX triplet: 36, 37 and 7D. RGB value is (54,55,125). Sum of RGB (Red+Green+Blue) = 54+55+125=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #36377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36377D is #C9C882. Grayscale: #3E3E3E. Windows color (decimal): -13224067 or 8206134. OLE color: 8206134.

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

Color convert

RGB 54 55 125 -
CMYK 0.57 0.56 0 0.51
HSL 239.15º 0.4% 0.35% -
HSV(B) 239.15º 0.57% 0.49% -
XYZ 6.59 5 20.02 -
YUV 62.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 54 55 125 0.57 0.56 0 0.51 239.15 0.4 0.35
Hex 36 37 7D 39 38 0 33 EF 28 23
Octal 66 67 175 71 70 0 63 357 50 43
Binary 110110 110111 1111101 111001 111000 0 110011 11101111 101000 100011

Color Harmonies of #36377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36377D

Black with #36377D

Text Example


Text Example

White with #36377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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