Html Css Color HEX #36307F Jacksons Purple

📋 copy color: '#36307F'

red 54 ◦ green 48 ◦ blue 127

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

Shades of Jacksons Purple #36307F

Tints of Jacksons Purple #36307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 23.58%
G = 20.96%
B = 55.46%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36307F (or 0x36307F) is known color: Jacksons Purple. HEX triplet: 36, 30 and 7F. RGB value is (54,48,127). Sum of RGB (Red+Green+Blue) = 54+48+127=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #36307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36307F is #C9CF80. Grayscale: #3A3A3A. Windows color (decimal): -13225857 or 8335414. OLE color: 8335414.

HSL color Cylindrical-coordinate representation of color #36307F: hue angle of 244.56º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36307F is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 48 127 -
CMYK 0.57 0.62 0 0.50
HSL 244.56º 0.45% 0.34% -
HSV(B) 244.56º 0.62% 0.5% -
XYZ 6.41 4.43 20.6 -
YUV 58.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 54 48 127 0.57 0.62 0 0.50 244.56 0.45 0.34
Hex 36 30 7F 39 3E 0 32 F5 2D 22
Octal 66 60 177 71 76 0 62 365 55 42
Binary 110110 110000 1111111 111001 111110 0 110010 11110101 101101 100010

Color Harmonies of #36307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36307F

Black with #36307F

Text Example


Text Example

White with #36307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36307F; }

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

 H1.HeaderClassName
 {
   color: #36307F;
 }
 .AnyTagClassName
 {
   color: #36307F;
 }
</style>

background-color css

<style>
 a { background-color: #36307F; }

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

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

border-color css

<style>
 span { border-color: #36307F; }

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

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