Html Css Color HEX #3C4083 Jacksons Purple

📋 copy color: '#3C4083'

red 60 ◦ green 64 ◦ blue 131

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

Shades of Jacksons Purple #3C4083

Tints of Jacksons Purple #3C4083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 131 (51.56% from 255) = 51.37%

R = 23.53%
G = 25.1%
B = 51.37%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C4083 (or 0x3C4083) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 83. RGB value is (60,64,131). Sum of RGB (Red+Green+Blue) = 60+64+131=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C4083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4083 is #C3BF7C. Grayscale: #464646. Windows color (decimal): -12828541 or 8601660. OLE color: 8601660.

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

Color convert

RGB 60 64 131 -
CMYK 0.54 0.51 0 0.49
HSL 236.62º 0.37% 0.37% -
HSV(B) 236.62º 0.54% 0.51% -
XYZ 7.79 6.27 22.27 -
YUV 70.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 60 64 131 0.54 0.51 0 0.49 236.62 0.37 0.37
Hex 3C 40 83 36 33 0 31 ED 25 25
Octal 74 100 203 66 63 0 61 355 45 45
Binary 111100 1000000 10000011 110110 110011 0 110001 11101101 100101 100101

Color Harmonies of #3C4083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4083

Black with #3C4083

Text Example


Text Example

White with #3C4083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,131); }

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

background-color css

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

 a { background-color: rgb(60,64,131); }

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

border-color css

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

 span { border-color: rgb(60,64,131); }

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