Html Css Color HEX #363F8E Jacksons Purple

📋 copy color: '#363F8E'

red 54 ◦ green 63 ◦ blue 142

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

Shades of Jacksons Purple #363F8E

Tints of Jacksons Purple #363F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 20.85%
G = 24.32%
B = 54.83%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#363F8E (or 0x363F8E) is known color: Jacksons Purple. HEX triplet: 36, 3F and 8E. RGB value is (54,63,142). Sum of RGB (Red+Green+Blue) = 54+63+142=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #363F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F8E is #C9C071. Grayscale: #444444. Windows color (decimal): -13222002 or 9322294. OLE color: 9322294.

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

Color convert

RGB 54 63 142 -
CMYK 0.62 0.56 0 0.44
HSL 233.86º 0.45% 0.38% -
HSV(B) 233.86º 0.62% 0.56% -
XYZ 8.18 6.29 26.37 -
YUV 69.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 54 63 142 0.62 0.56 0 0.44 233.86 0.45 0.38
Hex 36 3F 8E 3E 38 0 2C EA 2D 26
Octal 66 77 216 76 70 0 54 352 55 46
Binary 110110 111111 10001110 111110 111000 0 101100 11101010 101101 100110

Color Harmonies of #363F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F8E

Black with #363F8E

Text Example


Text Example

White with #363F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,142); }

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

background-color css

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

 a { background-color: rgb(54,63,142); }

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

border-color css

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

 span { border-color: rgb(54,63,142); }

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