Html Css Color HEX #36307C Jacksons Purple

📋 copy color: '#36307C'

red 54 ◦ green 48 ◦ blue 124

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

Shades of Jacksons Purple #36307C

Tints of Jacksons Purple #36307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 23.89%
G = 21.24%
B = 54.87%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36307C (or 0x36307C) is known color: Jacksons Purple. HEX triplet: 36, 30 and 7C. RGB value is (54,48,124). Sum of RGB (Red+Green+Blue) = 54+48+124=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #36307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36307C is #C9CF83. Grayscale: #3A3A3A. Windows color (decimal): -13225860 or 8138806. OLE color: 8138806.

HSL color Cylindrical-coordinate representation of color #36307C: hue angle of 244.74º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36307C is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 48 124 -
CMYK 0.56 0.61 0 0.51
HSL 244.74º 0.44% 0.34% -
HSV(B) 244.74º 0.61% 0.49% -
XYZ 6.22 4.35 19.58 -
YUV 58.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 54 48 124 0.56 0.61 0 0.51 244.74 0.44 0.34
Hex 36 30 7C 38 3D 0 33 F5 2C 22
Octal 66 60 174 70 75 0 63 365 54 42
Binary 110110 110000 1111100 111000 111101 0 110011 11110101 101100 100010

Color Harmonies of #36307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36307C

Black with #36307C

Text Example


Text Example

White with #36307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36307C; }

 p { color: rgb(54,48,124); }

 H1.HeaderClassName
 {
   color: #36307C;
 }
 .AnyTagClassName
 {
   color: #36307C;
 }
</style>

background-color css

<style>
 a { background-color: #36307C; }

 a { background-color: rgb(54,48,124); }

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

border-color css

<style>
 span { border-color: #36307C; }

 span { border-color: rgb(54,48,124); }

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