Html Css Color HEX #3C4385 Jacksons Purple

📋 copy color: '#3C4385'

red 60 ◦ green 67 ◦ blue 133

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

Shades of Jacksons Purple #3C4385

Tints of Jacksons Purple #3C4385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 23.08%
G = 25.77%
B = 51.15%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C4385 (or 0x3C4385) is known color: Jacksons Purple. HEX triplet: 3C, 43 and 85. RGB value is (60,67,133). Sum of RGB (Red+Green+Blue) = 60+67+133=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C4385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4385 is #C3BC7A. Grayscale: #484848. Windows color (decimal): -12827771 or 8733500. OLE color: 8733500.

HSL color Cylindrical-coordinate representation of color #3C4385: hue angle of 234.25º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C4385 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 67 133 -
CMYK 0.55 0.50 0 0.48
HSL 234.25º 0.38% 0.38% -
HSV(B) 234.25º 0.55% 0.52% -
XYZ 8.1 6.67 23.05 -
YUV 72.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 60 67 133 0.55 0.50 0 0.48 234.25 0.38 0.38
Hex 3C 43 85 37 32 0 30 EA 26 26
Octal 74 103 205 67 62 0 60 352 46 46
Binary 111100 1000011 10000101 110111 110010 0 110000 11101010 100110 100110

Color Harmonies of #3C4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4385

Black with #3C4385

Text Example


Text Example

White with #3C4385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,133); }

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

background-color css

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

 a { background-color: rgb(60,67,133); }

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

border-color css

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

 span { border-color: rgb(60,67,133); }

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