Html Css Color HEX #3C467E Jacksons Purple

📋 copy color: '#3C467E'

red 60 ◦ green 70 ◦ blue 126

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

Shades of Jacksons Purple #3C467E

Tints of Jacksons Purple #3C467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 23.44%
G = 27.34%
B = 49.22%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C467E (or 0x3C467E) is known color: Jacksons Purple. HEX triplet: 3C, 46 and 7E. RGB value is (60,70,126). Sum of RGB (Red+Green+Blue) = 60+70+126=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C467E is #C3B981. Grayscale: #494949. Windows color (decimal): -12827010 or 8275516. OLE color: 8275516.

HSL color Cylindrical-coordinate representation of color #3C467E: hue angle of 230.91º 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 #3C467E is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 70 126 -
CMYK 0.52 0.44 0 0.51
HSL 230.91º 0.35% 0.36% -
HSV(B) 230.91º 0.52% 0.49% -
XYZ 7.82 6.85 20.65 -
YUV 73.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 60 70 126 0.52 0.44 0 0.51 230.91 0.35 0.36
Hex 3C 46 7E 34 2C 0 33 E7 23 24
Octal 74 106 176 64 54 0 63 347 43 44
Binary 111100 1000110 1111110 110100 101100 0 110011 11100111 100011 100100

Color Harmonies of #3C467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C467E

Black with #3C467E

Text Example


Text Example

White with #3C467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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