Html Css Color HEX #364184 Jacksons Purple

📋 copy color: '#364184'

red 54 ◦ green 65 ◦ blue 132

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

Shades of Jacksons Purple #364184

Tints of Jacksons Purple #364184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 21.51%
G = 25.9%
B = 52.59%

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

#364184 (or 0x364184) is known color: Jacksons Purple. HEX triplet: 36, 41 and 84. RGB value is (54,65,132). Sum of RGB (Red+Green+Blue) = 54+65+132=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #364184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364184 is #C9BE7B. Grayscale: #454545. Windows color (decimal): -13221500 or 8667446. OLE color: 8667446.

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

Color convert

RGB 54 65 132 -
CMYK 0.59 0.51 0 0.48
HSL 231.54º 0.42% 0.36% -
HSV(B) 231.54º 0.59% 0.52% -
XYZ 7.58 6.23 22.63 -
YUV 69.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 54 65 132 0.59 0.51 0 0.48 231.54 0.42 0.36
Hex 36 41 84 3B 33 0 30 E8 2A 24
Octal 66 101 204 73 63 0 60 350 52 44
Binary 110110 1000001 10000100 111011 110011 0 110000 11101000 101010 100100

Color Harmonies of #364184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364184

Black with #364184

Text Example


Text Example

White with #364184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364184; }

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

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

background-color css

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

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

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

border-color css

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

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

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