Html Css Color HEX #3C3982 Jacksons Purple

📋 copy color: '#3C3982'

red 60 ◦ green 57 ◦ blue 130

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

Shades of Jacksons Purple #3C3982

Tints of Jacksons Purple #3C3982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.63%

R = 24.29%
G = 23.08%
B = 52.63%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C3982 (or 0x3C3982) is known color: Jacksons Purple. HEX triplet: 3C, 39 and 82. RGB value is (60,57,130). Sum of RGB (Red+Green+Blue) = 60+57+130=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3982 is #C3C67D. Grayscale: #414141. Windows color (decimal): -12830334 or 8534332. OLE color: 8534332.

HSL color Cylindrical-coordinate representation of color #3C3982: hue angle of 242.47º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3982 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 57 130 -
CMYK 0.54 0.56 0 0.49
HSL 242.47º 0.39% 0.37% -
HSV(B) 242.47º 0.56% 0.51% -
XYZ 7.36 5.5 21.79 -
YUV 66.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 60 57 130 0.54 0.56 0 0.49 242.47 0.39 0.37
Hex 3C 39 82 36 38 0 31 F2 27 25
Octal 74 71 202 66 70 0 61 362 47 45
Binary 111100 111001 10000010 110110 111000 0 110001 11110010 100111 100101

Color Harmonies of #3C3982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3982

Black with #3C3982

Text Example


Text Example

White with #3C3982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,130); }

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

background-color css

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

 a { background-color: rgb(60,57,130); }

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

border-color css

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

 span { border-color: rgb(60,57,130); }

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