Html Css Color HEX #36368E Jacksons Purple

📋 copy color: '#36368E'

red 54 ◦ green 54 ◦ blue 142

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

Shades of Jacksons Purple #36368E

Tints of Jacksons Purple #36368E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 21.6%
G = 21.6%
B = 56.8%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36368E (or 0x36368E) is known color: Jacksons Purple. HEX triplet: 36, 36 and 8E. RGB value is (54,54,142). Sum of RGB (Red+Green+Blue) = 54+54+142=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #36368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36368E is #C9C971. Grayscale: #3F3F3F. Windows color (decimal): -13224306 or 9319990. OLE color: 9319990.

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

Color convert

RGB 54 54 142 -
CMYK 0.62 0.62 0 0.44
HSL 240º 0.45% 0.38% -
HSV(B) 240º 0.62% 0.56% -
XYZ 7.72 5.38 26.22 -
YUV 64.03 172 120.84 -
System Red Green Blue C M Y K H S L
Decimal 54 54 142 0.62 0.62 0 0.44 240 0.45 0.38
Hex 36 36 8E 3E 3E 0 2C F0 2D 26
Octal 66 66 216 76 76 0 54 360 55 46
Binary 110110 110110 10001110 111110 111110 0 101100 11110000 101101 100110

Color Harmonies of #36368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36368E

Black with #36368E

Text Example


Text Example

White with #36368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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