Html Css Color HEX #363A85 Jacksons Purple

📋 copy color: '#363A85'

red 54 ◦ green 58 ◦ blue 133

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

Shades of Jacksons Purple #363A85

Tints of Jacksons Purple #363A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 22.04%
G = 23.67%
B = 54.29%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363A85 (or 0x363A85) is known color: Jacksons Purple. HEX triplet: 36, 3A and 85. RGB value is (54,58,133). Sum of RGB (Red+Green+Blue) = 54+58+133=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #363A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A85 is #C9C57A. Grayscale: #414141. Windows color (decimal): -13223291 or 8731190. OLE color: 8731190.

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

Color convert

RGB 54 58 133 -
CMYK 0.59 0.56 0 0.48
HSL 236.96º 0.42% 0.37% -
HSV(B) 236.96º 0.59% 0.52% -
XYZ 7.27 5.5 22.87 -
YUV 65.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 54 58 133 0.59 0.56 0 0.48 236.96 0.42 0.37
Hex 36 3A 85 3B 38 0 30 ED 2A 25
Octal 66 72 205 73 70 0 60 355 52 45
Binary 110110 111010 10000101 111011 111000 0 110000 11101101 101010 100101

Color Harmonies of #363A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A85

Black with #363A85

Text Example


Text Example

White with #363A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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