Html Css Color HEX #36337F Jacksons Purple

📋 copy color: '#36337F'

red 54 ◦ green 51 ◦ blue 127

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

Shades of Jacksons Purple #36337F

Tints of Jacksons Purple #36337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 127 (50% from 255) = 54.74%

R = 23.28%
G = 21.98%
B = 54.74%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36337F (or 0x36337F) is known color: Jacksons Purple. HEX triplet: 36, 33 and 7F. RGB value is (54,51,127). Sum of RGB (Red+Green+Blue) = 54+51+127=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #36337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36337F is #C9CC80. Grayscale: #3C3C3C. Windows color (decimal): -13225089 or 8336182. OLE color: 8336182.

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

Color convert

RGB 54 51 127 -
CMYK 0.57 0.60 0 0.50
HSL 242.37º 0.43% 0.35% -
HSV(B) 242.37º 0.6% 0.5% -
XYZ 6.54 4.68 20.64 -
YUV 60.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 54 51 127 0.57 0.60 0 0.50 242.37 0.43 0.35
Hex 36 33 7F 39 3C 0 32 F2 2B 23
Octal 66 63 177 71 74 0 62 362 53 43
Binary 110110 110011 1111111 111001 111100 0 110010 11110010 101011 100011

Color Harmonies of #36337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36337F

Black with #36337F

Text Example


Text Example

White with #36337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36337F; }

 p { color: rgb(54,51,127); }

 H1.HeaderClassName
 {
   color: #36337F;
 }
 .AnyTagClassName
 {
   color: #36337F;
 }
</style>

background-color css

<style>
 a { background-color: #36337F; }

 a { background-color: rgb(54,51,127); }

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

border-color css

<style>
 span { border-color: #36337F; }

 span { border-color: rgb(54,51,127); }

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