Html Css Color HEX #36367A Jacksons Purple

📋 copy color: '#36367A'

red 54 ◦ green 54 ◦ blue 122

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

Shades of Jacksons Purple #36367A

Tints of Jacksons Purple #36367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 122 (48.05% from 255) = 53.04%

R = 23.48%
G = 23.48%
B = 53.04%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36367A (or 0x36367A) is known color: Jacksons Purple. HEX triplet: 36, 36 and 7A. RGB value is (54,54,122). Sum of RGB (Red+Green+Blue) = 54+54+122=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #36367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36367A is #C9C985. Grayscale: #3D3D3D. Windows color (decimal): -13224326 or 8009270. OLE color: 8009270.

HSL color Cylindrical-coordinate representation of color #36367A: hue angle of 240º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36367A is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 54 122 -
CMYK 0.56 0.56 0 0.52
HSL 240º 0.39% 0.35% -
HSV(B) 240º 0.56% 0.48% -
XYZ 6.35 4.83 19.01 -
YUV 61.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 54 54 122 0.56 0.56 0 0.52 240 0.39 0.35
Hex 36 36 7A 38 38 0 34 F0 27 23
Octal 66 66 172 70 70 0 64 360 47 43
Binary 110110 110110 1111010 111000 111000 0 110100 11110000 100111 100011

Color Harmonies of #36367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36367A

Black with #36367A

Text Example


Text Example

White with #36367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36367A; }

 p { color: rgb(54,54,122); }

 H1.HeaderClassName
 {
   color: #36367A;
 }
 .AnyTagClassName
 {
   color: #36367A;
 }
</style>

background-color css

<style>
 a { background-color: #36367A; }

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

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

border-color css

<style>
 span { border-color: #36367A; }

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

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