Html Css Color HEX #3F2C55 Jagger

📋 copy color: '#3F2C55'

red 63 ◦ green 44 ◦ blue 85

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

Shades of Jagger #3F2C55

Tints of Jagger #3F2C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.92%

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 32.81%
G = 22.92%
B = 44.27%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F2C55 (or 0x3F2C55) is known color: Jagger. HEX triplet: 3F, 2C and 55. RGB value is (63,44,85). Sum of RGB (Red+Green+Blue) = 63+44+85=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C55 is #C0D3AA. Grayscale: #363636. Windows color (decimal): -12637099 or 5581887. OLE color: 5581887.

HSL color Cylindrical-coordinate representation of color #3F2C55: hue angle of 267.8º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2C55 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 44 85 -
CMYK 0.26 0.48 0 0.67
HSL 267.8º 0.32% 0.25% -
HSV(B) 267.8º 0.48% 0.33% -
XYZ 4.59 3.51 9.03 -
YUV 54.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 63 44 85 0.26 0.48 0 0.67 267.8 0.32 0.25
Hex 3F 2C 55 1A 30 0 43 10C 20 19
Octal 77 54 125 32 60 0 103 414 40 31
Binary 111111 101100 1010101 11010 110000 0 1000011 100001100 100000 11001

Color Harmonies of #3F2C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2C55

Black with #3F2C55

Text Example


Text Example

White with #3F2C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,85); }

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

background-color css

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

 a { background-color: rgb(63,44,85); }

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

border-color css

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

 span { border-color: rgb(63,44,85); }

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