Html Css Color HEX #3F214B Jagger

📋 copy color: '#3F214B'

red 63 ◦ green 33 ◦ blue 75

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

Shades of Jagger #3F214B

Tints of Jagger #3F214B

RGB

 RED value IS 63 (25% from 255) = 36.84%

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

 BLUE value IS 75 (29.69% from 255) = 43.86%

R = 36.84%
G = 19.3%
B = 43.86%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F214B (or 0x3F214B) is known color: Jagger. HEX triplet: 3F, 21 and 4B. RGB value is (63,33,75). Sum of RGB (Red+Green+Blue) = 63+33+75=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F214B is #C0DEB4. Grayscale: #2E2E2E. Windows color (decimal): -12639925 or 4923711. OLE color: 4923711.

HSL color Cylindrical-coordinate representation of color #3F214B: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F214B is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 33 75 -
CMYK 0.16 0.56 0 0.71
HSL 282.86º 0.39% 0.21% -
HSV(B) 282.86º 0.56% 0.29% -
XYZ 3.86 2.65 6.96 -
YUV 46.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 63 33 75 0.16 0.56 0 0.71 282.86 0.39 0.21
Hex 3F 21 4B 10 38 0 47 11B 27 15
Octal 77 41 113 20 70 0 107 433 47 25
Binary 111111 100001 1001011 10000 111000 0 1000111 100011011 100111 10101

Color Harmonies of #3F214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F214B

Black with #3F214B

Text Example


Text Example

White with #3F214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,33,75); }

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

background-color css

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

 a { background-color: rgb(63,33,75); }

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

border-color css

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

 span { border-color: rgb(63,33,75); }

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