Html Css Color HEX #363C7F Jacksons Purple

📋 copy color: '#363C7F'

red 54 ◦ green 60 ◦ blue 127

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

Shades of Jacksons Purple #363C7F

Tints of Jacksons Purple #363C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.7%

R = 22.41%
G = 24.9%
B = 52.7%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#363C7F (or 0x363C7F) is known color: Jacksons Purple. HEX triplet: 36, 3C and 7F. RGB value is (54,60,127). Sum of RGB (Red+Green+Blue) = 54+60+127=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #363C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C7F is #C9C380. Grayscale: #414141. Windows color (decimal): -13222785 or 8338486. OLE color: 8338486.

HSL color Cylindrical-coordinate representation of color #363C7F: hue angle of 235.07º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363C7F is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 60 127 -
CMYK 0.57 0.53 0 0.50
HSL 235.07º 0.4% 0.35% -
HSV(B) 235.07º 0.57% 0.5% -
XYZ 6.97 5.55 20.78 -
YUV 65.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 54 60 127 0.57 0.53 0 0.50 235.07 0.4 0.35
Hex 36 3C 7F 39 35 0 32 EB 28 23
Octal 66 74 177 71 65 0 62 353 50 43
Binary 110110 111100 1111111 111001 110101 0 110010 11101011 101000 100011

Color Harmonies of #363C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C7F

Black with #363C7F

Text Example


Text Example

White with #363C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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