Html Css Color HEX #36377B Jacksons Purple

📋 copy color: '#36377B'

red 54 ◦ green 55 ◦ blue 123

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

Shades of Jacksons Purple #36377B

Tints of Jacksons Purple #36377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.02%

R = 23.28%
G = 23.71%
B = 53.02%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36377B (or 0x36377B) is known color: Jacksons Purple. HEX triplet: 36, 37 and 7B. RGB value is (54,55,123). Sum of RGB (Red+Green+Blue) = 54+55+123=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #36377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36377B is #C9C884. Grayscale: #3E3E3E. Windows color (decimal): -13224069 or 8075062. OLE color: 8075062.

HSL color Cylindrical-coordinate representation of color #36377B: hue angle of 239.13º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36377B is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 55 123 -
CMYK 0.56 0.55 0 0.52
HSL 239.13º 0.39% 0.35% -
HSV(B) 239.13º 0.56% 0.48% -
XYZ 6.46 4.95 19.35 -
YUV 62.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 54 55 123 0.56 0.55 0 0.52 239.13 0.39 0.35
Hex 36 37 7B 38 37 0 34 EF 27 23
Octal 66 67 173 70 67 0 64 357 47 43
Binary 110110 110111 1111011 111000 110111 0 110100 11101111 100111 100011

Color Harmonies of #36377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36377B

Black with #36377B

Text Example


Text Example

White with #36377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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