Html Css Color HEX #36327E Jacksons Purple

📋 copy color: '#36327E'

red 54 ◦ green 50 ◦ blue 126

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

Shades of Jacksons Purple #36327E

Tints of Jacksons Purple #36327E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 126 (49.61% from 255) = 54.78%

R = 23.48%
G = 21.74%
B = 54.78%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36327E (or 0x36327E) is known color: Jacksons Purple. HEX triplet: 36, 32 and 7E. RGB value is (54,50,126). Sum of RGB (Red+Green+Blue) = 54+50+126=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #36327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36327E is #C9CD81. Grayscale: #3B3B3B. Windows color (decimal): -13225346 or 8270390. OLE color: 8270390.

HSL color Cylindrical-coordinate representation of color #36327E: hue angle of 243.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36327E is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 50 126 -
CMYK 0.57 0.60 0 0.51
HSL 243.16º 0.43% 0.35% -
HSV(B) 243.16º 0.6% 0.49% -
XYZ 6.43 4.57 20.28 -
YUV 59.86 165.33 123.82 -
System Red Green Blue C M Y K H S L
Decimal 54 50 126 0.57 0.60 0 0.51 243.16 0.43 0.35
Hex 36 32 7E 39 3C 0 33 F3 2B 23
Octal 66 62 176 71 74 0 63 363 53 43
Binary 110110 110010 1111110 111001 111100 0 110011 11110011 101011 100011

Color Harmonies of #36327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36327E

Black with #36327E

Text Example


Text Example

White with #36327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36327E; }

 p { color: rgb(54,50,126); }

 H1.HeaderClassName
 {
   color: #36327E;
 }
 .AnyTagClassName
 {
   color: #36327E;
 }
</style>

background-color css

<style>
 a { background-color: #36327E; }

 a { background-color: rgb(54,50,126); }

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

border-color css

<style>
 span { border-color: #36327E; }

 span { border-color: rgb(54,50,126); }

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