Html Css Color HEX #362E85 Jacksons Purple

📋 copy color: '#362E85'

red 54 ◦ green 46 ◦ blue 133

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

Shades of Jacksons Purple #362E85

Tints of Jacksons Purple #362E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.74%

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

R = 23.18%
G = 19.74%
B = 57.08%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#362E85 (or 0x362E85) is known color: Jacksons Purple. HEX triplet: 36, 2E and 85. RGB value is (54,46,133). Sum of RGB (Red+Green+Blue) = 54+46+133=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #362E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E85 is #C9D17A. Grayscale: #393939. Windows color (decimal): -13226363 or 8728118. OLE color: 8728118.

HSL color Cylindrical-coordinate representation of color #362E85: hue angle of 245.52º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362E85 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 46 133 -
CMYK 0.59 0.65 0 0.48
HSL 245.52º 0.49% 0.35% -
HSV(B) 245.52º 0.65% 0.52% -
XYZ 6.73 4.43 22.69 -
YUV 58.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 54 46 133 0.59 0.65 0 0.48 245.52 0.49 0.35
Hex 36 2E 85 3B 41 0 30 F6 31 23
Octal 66 56 205 73 101 0 60 366 61 43
Binary 110110 101110 10000101 111011 1000001 0 110000 11110110 110001 100011

Color Harmonies of #362E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E85

Black with #362E85

Text Example


Text Example

White with #362E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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