Html Css Color HEX #363D8A Jacksons Purple

📋 copy color: '#363D8A'

red 54 ◦ green 61 ◦ blue 138

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

Shades of Jacksons Purple #363D8A

Tints of Jacksons Purple #363D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

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

R = 21.34%
G = 24.11%
B = 54.55%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#363D8A (or 0x363D8A) is known color: Jacksons Purple. HEX triplet: 36, 3D and 8A. RGB value is (54,61,138). Sum of RGB (Red+Green+Blue) = 54+61+138=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #363D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D8A is #C9C275. Grayscale: #434343. Windows color (decimal): -13222518 or 9059638. OLE color: 9059638.

HSL color Cylindrical-coordinate representation of color #363D8A: hue angle of 235º 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 #363D8A is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 61 138 -
CMYK 0.61 0.56 0 0.46
HSL 235º 0.44% 0.38% -
HSV(B) 235º 0.61% 0.54% -
XYZ 7.78 5.96 24.78 -
YUV 67.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 54 61 138 0.61 0.56 0 0.46 235 0.44 0.38
Hex 36 3D 8A 3D 38 0 2E EB 2C 26
Octal 66 75 212 75 70 0 56 353 54 46
Binary 110110 111101 10001010 111101 111000 0 101110 11101011 101100 100110

Color Harmonies of #363D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D8A

Black with #363D8A

Text Example


Text Example

White with #363D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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