Html Css Color HEX #364087 Jacksons Purple

📋 copy color: '#364087'

red 54 ◦ green 64 ◦ blue 135

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

Shades of Jacksons Purple #364087

Tints of Jacksons Purple #364087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

 BLUE value IS 135 (53.13% from 255) = 53.36%

R = 21.34%
G = 25.3%
B = 53.36%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364087 (or 0x364087) is known color: Jacksons Purple. HEX triplet: 36, 40 and 87. RGB value is (54,64,135). Sum of RGB (Red+Green+Blue) = 54+64+135=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #364087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364087 is #C9BF78. Grayscale: #444444. Windows color (decimal): -13221753 or 8863798. OLE color: 8863798.

HSL color Cylindrical-coordinate representation of color #364087: hue angle of 232.59º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364087 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 64 135 -
CMYK 0.60 0.53 0 0.47
HSL 232.59º 0.43% 0.37% -
HSV(B) 232.59º 0.6% 0.53% -
XYZ 7.73 6.2 23.71 -
YUV 69.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 54 64 135 0.60 0.53 0 0.47 232.59 0.43 0.37
Hex 36 40 87 3C 35 0 2F E9 2B 25
Octal 66 100 207 74 65 0 57 351 53 45
Binary 110110 1000000 10000111 111100 110101 0 101111 11101001 101011 100101

Color Harmonies of #364087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364087

Black with #364087

Text Example


Text Example

White with #364087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364087; }

 p { color: rgb(54,64,135); }

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

background-color css

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

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

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

border-color css

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

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

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