Html Css Color HEX #3C3281 Jacksons Purple

📋 copy color: '#3C3281'

red 60 ◦ green 50 ◦ blue 129

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

Shades of Jacksons Purple #3C3281

Tints of Jacksons Purple #3C3281

RGB

 RED value IS 60 (23.83% from 255) = 25.1%

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 129 (50.78% from 255) = 53.97%

R = 25.1%
G = 20.92%
B = 53.97%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C3281 (or 0x3C3281) is known color: Jacksons Purple. HEX triplet: 3C, 32 and 81. RGB value is (60,50,129). Sum of RGB (Red+Green+Blue) = 60+50+129=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C3281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3281 is #C3CD7E. Grayscale: #3D3D3D. Windows color (decimal): -12832127 or 8467004. OLE color: 8467004.

HSL color Cylindrical-coordinate representation of color #3C3281: hue angle of 247.59º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C3281 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 50 129 -
CMYK 0.53 0.61 0 0.49
HSL 247.59º 0.44% 0.35% -
HSV(B) 247.59º 0.61% 0.51% -
XYZ 6.97 4.83 21.33 -
YUV 62 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 60 50 129 0.53 0.61 0 0.49 247.59 0.44 0.35
Hex 3C 32 81 35 3D 0 31 F8 2C 23
Octal 74 62 201 65 75 0 61 370 54 43
Binary 111100 110010 10000001 110101 111101 0 110001 11111000 101100 100011

Color Harmonies of #3C3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3281

Black with #3C3281

Text Example


Text Example

White with #3C3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C3281; }

 p { color: rgb(60,50,129); }

 H1.HeaderClassName
 {
   color: #3C3281;
 }
 .AnyTagClassName
 {
   color: #3C3281;
 }
</style>

background-color css

<style>
 a { background-color: #3C3281; }

 a { background-color: rgb(60,50,129); }

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

border-color css

<style>
 span { border-color: #3C3281; }

 span { border-color: rgb(60,50,129); }

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