Html Css Color HEX #3F2255 Jagger

📋 copy color: '#3F2255'

red 63 ◦ green 34 ◦ blue 85

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

Shades of Jagger #3F2255

Tints of Jagger #3F2255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 34.62%
G = 18.68%
B = 46.7%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F2255 (or 0x3F2255) is known color: Jagger. HEX triplet: 3F, 22 and 55. RGB value is (63,34,85). Sum of RGB (Red+Green+Blue) = 63+34+85=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2255 is #C0DDAA. Grayscale: #303030. Windows color (decimal): -12639659 or 5579327. OLE color: 5579327.

HSL color Cylindrical-coordinate representation of color #3F2255: hue angle of 274.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F2255 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 34 85 -
CMYK 0.26 0.60 0 0.67
HSL 274.12º 0.43% 0.23% -
HSV(B) 274.12º 0.6% 0.33% -
XYZ 4.26 2.86 8.92 -
YUV 48.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 63 34 85 0.26 0.60 0 0.67 274.12 0.43 0.23
Hex 3F 22 55 1A 3C 0 43 112 2B 17
Octal 77 42 125 32 74 0 103 422 53 27
Binary 111111 100010 1010101 11010 111100 0 1000011 100010010 101011 10111

Color Harmonies of #3F2255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2255

Black with #3F2255

Text Example


Text Example

White with #3F2255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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