Html Css Color HEX #364283 Jacksons Purple

📋 copy color: '#364283'

red 54 ◦ green 66 ◦ blue 131

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

Shades of Jacksons Purple #364283

Tints of Jacksons Purple #364283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 131 (51.56% from 255) = 52.19%

R = 21.51%
G = 26.29%
B = 52.19%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364283 (or 0x364283) is known color: Jacksons Purple. HEX triplet: 36, 42 and 83. RGB value is (54,66,131). Sum of RGB (Red+Green+Blue) = 54+66+131=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #364283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364283 is #C9BD7C. Grayscale: #454545. Windows color (decimal): -13221245 or 8602166. OLE color: 8602166.

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

Color convert

RGB 54 66 131 -
CMYK 0.59 0.50 0 0.49
HSL 230.65º 0.42% 0.36% -
HSV(B) 230.65º 0.59% 0.51% -
XYZ 7.57 6.32 22.29 -
YUV 69.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 54 66 131 0.59 0.50 0 0.49 230.65 0.42 0.36
Hex 36 42 83 3B 32 0 31 E7 2A 24
Octal 66 102 203 73 62 0 61 347 52 44
Binary 110110 1000010 10000011 111011 110010 0 110001 11100111 101010 100100

Color Harmonies of #364283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364283

Black with #364283

Text Example


Text Example

White with #364283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364283; }

 p { color: rgb(54,66,131); }

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

background-color css

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

 a { background-color: rgb(54,66,131); }

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

border-color css

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

 span { border-color: rgb(54,66,131); }

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