Html Css Color HEX #3B214C Jagger

📋 copy color: '#3B214C'

red 59 ◦ green 33 ◦ blue 76

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

Shades of Jagger #3B214C

Tints of Jagger #3B214C

RGB

 RED value IS 59 (23.44% from 255) = 35.12%

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

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 35.12%
G = 19.64%
B = 45.24%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B214C (or 0x3B214C) is known color: Jagger. HEX triplet: 3B, 21 and 4C. RGB value is (59,33,76). Sum of RGB (Red+Green+Blue) = 59+33+76=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B214C is #C4DEB3. Grayscale: #2D2D2D. Windows color (decimal): -12902068 or 4989243. OLE color: 4989243.

HSL color Cylindrical-coordinate representation of color #3B214C: hue angle of 276.28º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B214C is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 33 76 -
CMYK 0.22 0.57 0 0.70
HSL 276.28º 0.39% 0.21% -
HSV(B) 276.28º 0.57% 0.3% -
XYZ 3.65 2.54 7.14 -
YUV 45.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 59 33 76 0.22 0.57 0 0.70 276.28 0.39 0.21
Hex 3B 21 4C 16 39 0 46 114 27 15
Octal 73 41 114 26 71 0 106 424 47 25
Binary 111011 100001 1001100 10110 111001 0 1000110 100010100 100111 10101

Color Harmonies of #3B214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B214C

Black with #3B214C

Text Example


Text Example

White with #3B214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,33,76); }

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

background-color css

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

 a { background-color: rgb(59,33,76); }

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

border-color css

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

 span { border-color: rgb(59,33,76); }

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