Html Css Color HEX #362D84 Jacksons Purple

📋 copy color: '#362D84'

red 54 ◦ green 45 ◦ blue 132

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

Shades of Jacksons Purple #362D84

Tints of Jacksons Purple #362D84

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 23.38%
G = 19.48%
B = 57.14%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#362D84 (or 0x362D84) is known color: Jacksons Purple. HEX triplet: 36, 2D and 84. RGB value is (54,45,132). Sum of RGB (Red+Green+Blue) = 54+45+132=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #362D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D84 is #C9D27B. Grayscale: #393939. Windows color (decimal): -13226620 or 8662326. OLE color: 8662326.

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

Color convert

RGB 54 45 132 -
CMYK 0.59 0.66 0 0.48
HSL 246.21º 0.49% 0.35% -
HSV(B) 246.21º 0.66% 0.52% -
XYZ 6.62 4.33 22.32 -
YUV 57.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 54 45 132 0.59 0.66 0 0.48 246.21 0.49 0.35
Hex 36 2D 84 3B 42 0 30 F6 31 23
Octal 66 55 204 73 102 0 60 366 61 43
Binary 110110 101101 10000100 111011 1000010 0 110000 11110110 110001 100011

Color Harmonies of #362D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D84

Black with #362D84

Text Example


Text Example

White with #362D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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