Html Css Color HEX #364185 Jacksons Purple

📋 copy color: '#364185'

red 54 ◦ green 65 ◦ blue 133

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

Shades of Jacksons Purple #364185

Tints of Jacksons Purple #364185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 21.43%
G = 25.79%
B = 52.78%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#364185 (or 0x364185) is known color: Jacksons Purple. HEX triplet: 36, 41 and 85. RGB value is (54,65,133). Sum of RGB (Red+Green+Blue) = 54+65+133=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #364185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364185 is #C9BE7A. Grayscale: #454545. Windows color (decimal): -13221499 or 8732982. OLE color: 8732982.

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

Color convert

RGB 54 65 133 -
CMYK 0.59 0.51 0 0.48
HSL 231.65º 0.42% 0.37% -
HSV(B) 231.65º 0.59% 0.52% -
XYZ 7.65 6.26 23 -
YUV 69.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 54 65 133 0.59 0.51 0 0.48 231.65 0.42 0.37
Hex 36 41 85 3B 33 0 30 E8 2A 25
Octal 66 101 205 73 63 0 60 350 52 45
Binary 110110 1000001 10000101 111011 110011 0 110000 11101000 101010 100101

Color Harmonies of #364185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364185

Black with #364185

Text Example


Text Example

White with #364185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364185; }

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

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

background-color css

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

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

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

border-color css

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

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

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