Html Css Color HEX #362B83 Jacksons Purple

📋 copy color: '#362B83'

red 54 ◦ green 43 ◦ blue 131

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

Shades of Jacksons Purple #362B83

Tints of Jacksons Purple #362B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

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

R = 23.68%
G = 18.86%
B = 57.46%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#362B83 (or 0x362B83) is known color: Jacksons Purple. HEX triplet: 36, 2B and 83. RGB value is (54,43,131). Sum of RGB (Red+Green+Blue) = 54+43+131=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #362B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362B83 is #C9D47C. Grayscale: #373737. Windows color (decimal): -13227133 or 8596278. OLE color: 8596278.

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

Color convert

RGB 54 43 131 -
CMYK 0.59 0.67 0 0.49
HSL 247.5º 0.51% 0.34% -
HSV(B) 247.5º 0.67% 0.51% -
XYZ 6.48 4.15 21.93 -
YUV 56.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 54 43 131 0.59 0.67 0 0.49 247.5 0.51 0.34
Hex 36 2B 83 3B 43 0 31 F8 33 22
Octal 66 53 203 73 103 0 61 370 63 42
Binary 110110 101011 10000011 111011 1000011 0 110001 11111000 110011 100010

Color Harmonies of #362B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B83

Black with #362B83

Text Example


Text Example

White with #362B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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