Html Css Color HEX #3C3D7D Jacksons Purple

📋 copy color: '#3C3D7D'

red 60 ◦ green 61 ◦ blue 125

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

Shades of Jacksons Purple #3C3D7D

Tints of Jacksons Purple #3C3D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.8%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 24.39%
G = 24.8%
B = 50.81%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C3D7D (or 0x3C3D7D) is known color: Jacksons Purple. HEX triplet: 3C, 3D and 7D. RGB value is (60,61,125). Sum of RGB (Red+Green+Blue) = 60+61+125=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C3D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3D7D is #C3C282. Grayscale: #434343. Windows color (decimal): -12829315 or 8207676. OLE color: 8207676.

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

Color convert

RGB 60 61 125 -
CMYK 0.52 0.51 0 0.51
HSL 239.08º 0.35% 0.36% -
HSV(B) 239.08º 0.52% 0.49% -
XYZ 7.23 5.78 20.14 -
YUV 68 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 60 61 125 0.52 0.51 0 0.51 239.08 0.35 0.36
Hex 3C 3D 7D 34 33 0 33 EF 23 24
Octal 74 75 175 64 63 0 63 357 43 44
Binary 111100 111101 1111101 110100 110011 0 110011 11101111 100011 100100

Color Harmonies of #3C3D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D7D

Black with #3C3D7D

Text Example


Text Example

White with #3C3D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,61,125); }

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

background-color css

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

 a { background-color: rgb(60,61,125); }

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

border-color css

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

 span { border-color: rgb(60,61,125); }

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