Html Css Color HEX #3F2858 Jagger

📋 copy color: '#3F2858'

red 63 ◦ green 40 ◦ blue 88

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

Shades of Jagger #3F2858

Tints of Jagger #3F2858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 32.98%
G = 20.94%
B = 46.07%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F2858 (or 0x3F2858) is known color: Jagger. HEX triplet: 3F, 28 and 58. RGB value is (63,40,88). Sum of RGB (Red+Green+Blue) = 63+40+88=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F2858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2858 is #C0D7A7. Grayscale: #343434. Windows color (decimal): -12638120 or 5777471. OLE color: 5777471.

HSL color Cylindrical-coordinate representation of color #3F2858: hue angle of 268.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F2858 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 40 88 -
CMYK 0.28 0.55 0 0.65
HSL 268.75º 0.38% 0.25% -
HSV(B) 268.75º 0.55% 0.35% -
XYZ 4.57 3.28 9.62 -
YUV 52.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 63 40 88 0.28 0.55 0 0.65 268.75 0.38 0.25
Hex 3F 28 58 1C 37 0 41 10D 26 19
Octal 77 50 130 34 67 0 101 415 46 31
Binary 111111 101000 1011000 11100 110111 0 1000001 100001101 100110 11001

Color Harmonies of #3F2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2858

Black with #3F2858

Text Example


Text Example

White with #3F2858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,88); }

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

background-color css

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

 a { background-color: rgb(63,40,88); }

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

border-color css

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

 span { border-color: rgb(63,40,88); }

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