Html Css Color HEX #36368C Jacksons Purple

📋 copy color: '#36368C'

red 54 ◦ green 54 ◦ blue 140

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

Shades of Jacksons Purple #36368C

Tints of Jacksons Purple #36368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 21.77%
G = 21.77%
B = 56.45%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36368C (or 0x36368C) is known color: Jacksons Purple. HEX triplet: 36, 36 and 8C. RGB value is (54,54,140). Sum of RGB (Red+Green+Blue) = 54+54+140=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #36368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36368C is #C9C973. Grayscale: #3F3F3F. Windows color (decimal): -13224308 or 9188918. OLE color: 9188918.

HSL color Cylindrical-coordinate representation of color #36368C: hue angle of 240º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36368C is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 54 140 -
CMYK 0.61 0.61 0 0.45
HSL 240º 0.44% 0.38% -
HSV(B) 240º 0.61% 0.55% -
XYZ 7.57 5.32 25.44 -
YUV 63.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 54 54 140 0.61 0.61 0 0.45 240 0.44 0.38
Hex 36 36 8C 3D 3D 0 2D F0 2C 26
Octal 66 66 214 75 75 0 55 360 54 46
Binary 110110 110110 10001100 111101 111101 0 101101 11110000 101100 100110

Color Harmonies of #36368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36368C

Black with #36368C

Text Example


Text Example

White with #36368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,54,140); }

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

background-color css

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

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

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

border-color css

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

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

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