Html Css Color HEX #36388A Jacksons Purple

📋 copy color: '#36388A'

red 54 ◦ green 56 ◦ blue 138

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

Shades of Jacksons Purple #36388A

Tints of Jacksons Purple #36388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

 BLUE value IS 138 (54.3% from 255) = 55.65%

R = 21.77%
G = 22.58%
B = 55.65%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#36388A (or 0x36388A) is known color: Jacksons Purple. HEX triplet: 36, 38 and 8A. RGB value is (54,56,138). Sum of RGB (Red+Green+Blue) = 54+56+138=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #36388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36388A is #C9C775. Grayscale: #404040. Windows color (decimal): -13223798 or 9058358. OLE color: 9058358.

HSL color Cylindrical-coordinate representation of color #36388A: hue angle of 238.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36388A is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 56 138 -
CMYK 0.61 0.59 0 0.46
HSL 238.57º 0.44% 0.38% -
HSV(B) 238.57º 0.61% 0.54% -
XYZ 7.52 5.45 24.7 -
YUV 64.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 54 56 138 0.61 0.59 0 0.46 238.57 0.44 0.38
Hex 36 38 8A 3D 3B 0 2E EF 2C 26
Octal 66 70 212 75 73 0 56 357 54 46
Binary 110110 111000 10001010 111101 111011 0 101110 11101111 101100 100110

Color Harmonies of #36388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36388A

Black with #36388A

Text Example


Text Example

White with #36388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36388A; }

 p { color: rgb(54,56,138); }

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

background-color css

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

 a { background-color: rgb(54,56,138); }

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

border-color css

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

 span { border-color: rgb(54,56,138); }

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