Html Css Color HEX #363C8B Jacksons Purple

📋 copy color: '#363C8B'

red 54 ◦ green 60 ◦ blue 139

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

Shades of Jacksons Purple #363C8B

Tints of Jacksons Purple #363C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

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

R = 21.34%
G = 23.72%
B = 54.94%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#363C8B (or 0x363C8B) is known color: Jacksons Purple. HEX triplet: 36, 3C and 8B. RGB value is (54,60,139). Sum of RGB (Red+Green+Blue) = 54+60+139=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #363C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C8B is #C9C374. Grayscale: #424242. Windows color (decimal): -13222773 or 9124918. OLE color: 9124918.

HSL color Cylindrical-coordinate representation of color #363C8B: hue angle of 235.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #363C8B is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 60 139 -
CMYK 0.61 0.57 0 0.45
HSL 235.76º 0.44% 0.38% -
HSV(B) 235.76º 0.61% 0.55% -
XYZ 7.8 5.88 25.15 -
YUV 67.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 54 60 139 0.61 0.57 0 0.45 235.76 0.44 0.38
Hex 36 3C 8B 3D 39 0 2D EC 2C 26
Octal 66 74 213 75 71 0 55 354 54 46
Binary 110110 111100 10001011 111101 111001 0 101101 11101100 101100 100110

Color Harmonies of #363C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C8B

Black with #363C8B

Text Example


Text Example

White with #363C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C8B; }

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

 H1.HeaderClassName
 {
   color: #363C8B;
 }
 .AnyTagClassName
 {
   color: #363C8B;
 }
</style>

background-color css

<style>
 a { background-color: #363C8B; }

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

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

border-color css

<style>
 span { border-color: #363C8B; }

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

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