Html Css Color HEX #36338B Jacksons Purple

📋 copy color: '#36338B'

red 54 ◦ green 51 ◦ blue 139

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

Shades of Jacksons Purple #36338B

Tints of Jacksons Purple #36338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 139 (54.69% from 255) = 56.97%

R = 22.13%
G = 20.9%
B = 56.97%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36338B (or 0x36338B) is known color: Jacksons Purple. HEX triplet: 36, 33 and 8B. RGB value is (54,51,139). Sum of RGB (Red+Green+Blue) = 54+51+139=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #36338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36338B is #C9CC74. Grayscale: #3D3D3D. Windows color (decimal): -13225077 or 9122614. OLE color: 9122614.

HSL color Cylindrical-coordinate representation of color #36338B: hue angle of 242.05º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36338B is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 51 139 -
CMYK 0.61 0.63 0 0.45
HSL 242.05º 0.46% 0.37% -
HSV(B) 242.05º 0.63% 0.55% -
XYZ 7.37 5.02 25.01 -
YUV 61.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 54 51 139 0.61 0.63 0 0.45 242.05 0.46 0.37
Hex 36 33 8B 3D 3F 0 2D F2 2E 25
Octal 66 63 213 75 77 0 55 362 56 45
Binary 110110 110011 10001011 111101 111111 0 101101 11110010 101110 100101

Color Harmonies of #36338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36338B

Black with #36338B

Text Example


Text Example

White with #36338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36338B; }

 p { color: rgb(54,51,139); }

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

background-color css

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

 a { background-color: rgb(54,51,139); }

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

border-color css

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

 span { border-color: rgb(54,51,139); }

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