Html Css Color HEX #36397E Jacksons Purple

📋 copy color: '#36397E'

red 54 ◦ green 57 ◦ blue 126

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

Shades of Jacksons Purple #36397E

Tints of Jacksons Purple #36397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

 BLUE value IS 126 (49.61% from 255) = 53.16%

R = 22.78%
G = 24.05%
B = 53.16%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36397E (or 0x36397E) is known color: Jacksons Purple. HEX triplet: 36, 39 and 7E. RGB value is (54,57,126). Sum of RGB (Red+Green+Blue) = 54+57+126=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #36397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36397E is #C9C681. Grayscale: #3F3F3F. Windows color (decimal): -13223554 or 8272182. OLE color: 8272182.

HSL color Cylindrical-coordinate representation of color #36397E: hue angle of 237.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36397E is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 57 126 -
CMYK 0.57 0.55 0 0.51
HSL 237.5º 0.4% 0.35% -
HSV(B) 237.5º 0.57% 0.49% -
XYZ 6.75 5.22 20.39 -
YUV 63.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 54 57 126 0.57 0.55 0 0.51 237.5 0.4 0.35
Hex 36 39 7E 39 37 0 33 EE 28 23
Octal 66 71 176 71 67 0 63 356 50 43
Binary 110110 111001 1111110 111001 110111 0 110011 11101110 101000 100011

Color Harmonies of #36397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36397E

Black with #36397E

Text Example


Text Example

White with #36397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36397E; }

 p { color: rgb(54,57,126); }

 H1.HeaderClassName
 {
   color: #36397E;
 }
 .AnyTagClassName
 {
   color: #36397E;
 }
</style>

background-color css

<style>
 a { background-color: #36397E; }

 a { background-color: rgb(54,57,126); }

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

border-color css

<style>
 span { border-color: #36397E; }

 span { border-color: rgb(54,57,126); }

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