Html Css Color HEX #3C337E Jacksons Purple

📋 copy color: '#3C337E'

red 60 ◦ green 51 ◦ blue 126

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

Shades of Jacksons Purple #3C337E

Tints of Jacksons Purple #3C337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 126 (49.61% from 255) = 53.16%

R = 25.32%
G = 21.52%
B = 53.16%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C337E (or 0x3C337E) is known color: Jacksons Purple. HEX triplet: 3C, 33 and 7E. RGB value is (60,51,126). Sum of RGB (Red+Green+Blue) = 60+51+126=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C337E is #C3CC81. Grayscale: #3D3D3D. Windows color (decimal): -12831874 or 8270652. OLE color: 8270652.

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

Color convert

RGB 60 51 126 -
CMYK 0.52 0.60 0 0.51
HSL 247.2º 0.42% 0.35% -
HSV(B) 247.2º 0.6% 0.49% -
XYZ 6.81 4.83 20.31 -
YUV 62.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 60 51 126 0.52 0.60 0 0.51 247.2 0.42 0.35
Hex 3C 33 7E 34 3C 0 33 F7 2A 23
Octal 74 63 176 64 74 0 63 367 52 43
Binary 111100 110011 1111110 110100 111100 0 110011 11110111 101010 100011

Color Harmonies of #3C337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C337E

Black with #3C337E

Text Example


Text Example

White with #3C337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,126); }

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

background-color css

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

 a { background-color: rgb(60,51,126); }

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

border-color css

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

 span { border-color: rgb(60,51,126); }

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