Html Css Color HEX #3F29DF Han Purple

📋 copy color: '#3F29DF'

red 63 ◦ green 41 ◦ blue 223

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

Shades of Han Purple #3F29DF

Tints of Han Purple #3F29DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 19.27%
G = 12.54%
B = 68.2%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F29DF (or 0x3F29DF) is known color: Han Purple. HEX triplet: 3F, 29 and DF. RGB value is (63,41,223). Sum of RGB (Red+Green+Blue) = 63+41+223=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F29DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F29DF is #C0D620. Grayscale: #434343. Windows color (decimal): -12637729 or 14625087. OLE color: 14625087.

HSL color Cylindrical-coordinate representation of color #3F29DF: hue angle of 247.25º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F29DF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 41 223 -
CMYK 0.72 0.82 0 0.13
HSL 247.25º 0.74% 0.52% -
HSV(B) 247.25º 0.82% 0.87% -
XYZ 16.16 7.97 70.5 -
YUV 68.33 215.29 124.2 -
System Red Green Blue C M Y K H S L
Decimal 63 41 223 0.72 0.82 0 0.13 247.25 0.74 0.52
Hex 3F 29 DF 48 52 0 D F7 4A 34
Octal 77 51 337 110 122 0 15 367 112 64
Binary 111111 101001 11011111 1001000 1010010 0 1101 11110111 1001010 110100

Color Harmonies of #3F29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F29DF

Black with #3F29DF

Text Example


Text Example

White with #3F29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,41,223); }

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

background-color css

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

 a { background-color: rgb(63,41,223); }

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

border-color css

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

 span { border-color: rgb(63,41,223); }

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