Html Css Color HEX #3F29F2 Han Purple

📋 copy color: '#3F29F2'

red 63 ◦ green 41 ◦ blue 242

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

Shades of Han Purple #3F29F2

Tints of Han Purple #3F29F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 69.94%

R = 18.21%
G = 11.85%
B = 69.94%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3F29F2 (or 0x3F29F2) is known color: Han Purple. HEX triplet: 3F, 29 and F2. RGB value is (63,41,242). Sum of RGB (Red+Green+Blue) = 63+41+242=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 242 (94.92% from 255 or 69.94% from 346); Max value from RGB is 242 - color contains mainly: blue. Hex color #3F29F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F29F2 is #C0D60D. Grayscale: #454545. Windows color (decimal): -12637710 or 15870271. OLE color: 15870271.

HSL color Cylindrical-coordinate representation of color #3F29F2: hue angle of 246.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F29F2 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 41 242 -
CMYK 0.74 0.83 0 0.05
HSL 246.57º 0.89% 0.55% -
HSV(B) 246.57º 0.83% 0.95% -
XYZ 18.87 9.05 84.76 -
YUV 70.49 224.79 122.66 -
System Red Green Blue C M Y K H S L
Decimal 63 41 242 0.74 0.83 0 0.05 246.57 0.89 0.55
Hex 3F 29 F2 4A 53 0 5 F7 59 37
Octal 77 51 362 112 123 0 5 367 131 67
Binary 111111 101001 11110010 1001010 1010011 0 101 11110111 1011001 110111

Color Harmonies of #3F29F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F29F2

Black with #3F29F2

Text Example


Text Example

White with #3F29F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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