Html Css Color HEX #3F2654 Jagger

📋 copy color: '#3F2654'

red 63 ◦ green 38 ◦ blue 84

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

Shades of Jagger #3F2654

Tints of Jagger #3F2654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 34.05%
G = 20.54%
B = 45.41%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F2654 (or 0x3F2654) is known color: Jagger. HEX triplet: 3F, 26 and 54. RGB value is (63,38,84). Sum of RGB (Red+Green+Blue) = 63+38+84=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F2654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2654 is #C0D9AB. Grayscale: #323232. Windows color (decimal): -12638636 or 5514815. OLE color: 5514815.

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

Color convert

RGB 63 38 84 -
CMYK 0.25 0.55 0 0.67
HSL 272.61º 0.38% 0.24% -
HSV(B) 272.61º 0.55% 0.33% -
XYZ 4.34 3.08 8.75 -
YUV 50.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 63 38 84 0.25 0.55 0 0.67 272.61 0.38 0.24
Hex 3F 26 54 19 37 0 43 111 26 18
Octal 77 46 124 31 67 0 103 421 46 30
Binary 111111 100110 1010100 11001 110111 0 1000011 100010001 100110 11000

Color Harmonies of #3F2654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2654

Black with #3F2654

Text Example


Text Example

White with #3F2654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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