Html Css Color HEX #363985 Jacksons Purple

📋 copy color: '#363985'

red 54 ◦ green 57 ◦ blue 133

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

Shades of Jacksons Purple #363985

Tints of Jacksons Purple #363985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

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

R = 22.13%
G = 23.36%
B = 54.51%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363985 (or 0x363985) is known color: Jacksons Purple. HEX triplet: 36, 39 and 85. RGB value is (54,57,133). Sum of RGB (Red+Green+Blue) = 54+57+133=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #363985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363985 is #C9C67A. Grayscale: #404040. Windows color (decimal): -13223547 or 8730934. OLE color: 8730934.

HSL color Cylindrical-coordinate representation of color #363985: hue angle of 237.72º 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 #363985 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 57 133 -
CMYK 0.59 0.57 0 0.48
HSL 237.72º 0.42% 0.37% -
HSV(B) 237.72º 0.59% 0.52% -
XYZ 7.22 5.4 22.85 -
YUV 64.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 54 57 133 0.59 0.57 0 0.48 237.72 0.42 0.37
Hex 36 39 85 3B 39 0 30 EE 2A 25
Octal 66 71 205 73 71 0 60 356 52 45
Binary 110110 111001 10000101 111011 111001 0 110000 11101110 101010 100101

Color Harmonies of #363985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363985

Black with #363985

Text Example


Text Example

White with #363985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363985; }

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

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

background-color css

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

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

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

border-color css

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

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

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