Html Css Color HEX #3C214E Jagger

📋 copy color: '#3C214E'

red 60 ◦ green 33 ◦ blue 78

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

Shades of Jagger #3C214E

Tints of Jagger #3C214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

 BLUE value IS 78 (30.86% from 255) = 45.61%

R = 35.09%
G = 19.3%
B = 45.61%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C214E (or 0x3C214E) is known color: Jagger. HEX triplet: 3C, 21 and 4E. RGB value is (60,33,78). Sum of RGB (Red+Green+Blue) = 60+33+78=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C214E is #C3DEB1. Grayscale: #2E2E2E. Windows color (decimal): -12836530 or 5120316. OLE color: 5120316.

HSL color Cylindrical-coordinate representation of color #3C214E: hue angle of 276º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C214E is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 33 78 -
CMYK 0.23 0.58 0 0.69
HSL 276º 0.41% 0.22% -
HSV(B) 276º 0.58% 0.31% -
XYZ 3.78 2.6 7.51 -
YUV 46.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 60 33 78 0.23 0.58 0 0.69 276 0.41 0.22
Hex 3C 21 4E 17 3A 0 45 114 29 16
Octal 74 41 116 27 72 0 105 424 51 26
Binary 111100 100001 1001110 10111 111010 0 1000101 100010100 101001 10110

Color Harmonies of #3C214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C214E

Black with #3C214E

Text Example


Text Example

White with #3C214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,78); }

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

background-color css

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

 a { background-color: rgb(60,33,78); }

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

border-color css

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

 span { border-color: rgb(60,33,78); }

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