Html Css Color HEX #3C3782 Jacksons Purple

📋 copy color: '#3C3782'

red 60 ◦ green 55 ◦ blue 130

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

Shades of Jacksons Purple #3C3782

Tints of Jacksons Purple #3C3782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 24.49%
G = 22.45%
B = 53.06%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C3782 (or 0x3C3782) is known color: Jacksons Purple. HEX triplet: 3C, 37 and 82. RGB value is (60,55,130). Sum of RGB (Red+Green+Blue) = 60+55+130=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3782 is #C3C87D. Grayscale: #404040. Windows color (decimal): -12830846 or 8533820. OLE color: 8533820.

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

Color convert

RGB 60 55 130 -
CMYK 0.54 0.58 0 0.49
HSL 244º 0.41% 0.36% -
HSV(B) 244º 0.58% 0.51% -
XYZ 7.26 5.3 21.76 -
YUV 65.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 60 55 130 0.54 0.58 0 0.49 244 0.41 0.36
Hex 3C 37 82 36 3A 0 31 F4 29 24
Octal 74 67 202 66 72 0 61 364 51 44
Binary 111100 110111 10000010 110110 111010 0 110001 11110100 101001 100100

Color Harmonies of #3C3782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3782

Black with #3C3782

Text Example


Text Example

White with #3C3782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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