Html Css Color HEX #363C85 Jacksons Purple

📋 copy color: '#363C85'

red 54 ◦ green 60 ◦ blue 133

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

Shades of Jacksons Purple #363C85

Tints of Jacksons Purple #363C85

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 21.86%
G = 24.29%
B = 53.85%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363C85 (or 0x363C85) is known color: Jacksons Purple. HEX triplet: 36, 3C and 85. RGB value is (54,60,133). Sum of RGB (Red+Green+Blue) = 54+60+133=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #363C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C85 is #C9C37A. Grayscale: #424242. Windows color (decimal): -13222779 or 8731702. OLE color: 8731702.

HSL color Cylindrical-coordinate representation of color #363C85: hue angle of 235.44º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363C85 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 60 133 -
CMYK 0.59 0.55 0 0.48
HSL 235.44º 0.42% 0.37% -
HSV(B) 235.44º 0.59% 0.52% -
XYZ 7.37 5.71 22.9 -
YUV 66.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 54 60 133 0.59 0.55 0 0.48 235.44 0.42 0.37
Hex 36 3C 85 3B 37 0 30 EB 2A 25
Octal 66 74 205 73 67 0 60 353 52 45
Binary 110110 111100 10000101 111011 110111 0 110000 11101011 101010 100101

Color Harmonies of #363C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C85

Black with #363C85

Text Example


Text Example

White with #363C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C85; }

 p { color: rgb(54,60,133); }

 H1.HeaderClassName
 {
   color: #363C85;
 }
 .AnyTagClassName
 {
   color: #363C85;
 }
</style>

background-color css

<style>
 a { background-color: #363C85; }

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

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

border-color css

<style>
 span { border-color: #363C85; }

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

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