Html Css Color HEX #3F2658 Jagger

📋 copy color: '#3F2658'

red 63 ◦ green 38 ◦ blue 88

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

Shades of Jagger #3F2658

Tints of Jagger #3F2658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 33.33%
G = 20.11%
B = 46.56%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F2658 (or 0x3F2658) is known color: Jagger. HEX triplet: 3F, 26 and 58. RGB value is (63,38,88). Sum of RGB (Red+Green+Blue) = 63+38+88=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F2658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2658 is #C0D9A7. Grayscale: #323232. Windows color (decimal): -12638632 or 5776959. OLE color: 5776959.

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

Color convert

RGB 63 38 88 -
CMYK 0.28 0.57 0 0.65
HSL 270º 0.4% 0.25% -
HSV(B) 270º 0.57% 0.35% -
XYZ 4.5 3.15 9.6 -
YUV 51.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 63 38 88 0.28 0.57 0 0.65 270 0.4 0.25
Hex 3F 26 58 1C 39 0 41 10E 28 19
Octal 77 46 130 34 71 0 101 416 50 31
Binary 111111 100110 1011000 11100 111001 0 1000001 100001110 101000 11001

Color Harmonies of #3F2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2658

Black with #3F2658

Text Example


Text Example

White with #3F2658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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