Html Css Color HEX #3F1DFF Han Purple

📋 copy color: '#3F1DFF'

red 63 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #3F1DFF

Tints of Han Purple #3F1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

 BLUE value IS 255 (100% from 255) = 73.49%

R = 18.16%
G = 8.36%
B = 73.49%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3F1DFF (or 0x3F1DFF) is known color: Han Purple. HEX triplet: 3F, 1D and FF. RGB value is (63,29,255). Sum of RGB (Red+Green+Blue) = 63+29+255=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F1DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1DFF is #C0E200. Grayscale: #404040. Windows color (decimal): -12640769 or 16719167. OLE color: 16719167.

HSL color Cylindrical-coordinate representation of color #3F1DFF: hue angle of 249.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1DFF is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 63 29 255 -
CMYK 0.75 0.89 0 0
HSL 249.03º 1% 0.56% -
HSV(B) 249.03º 0.89% 1% -
XYZ 20.54 9.16 95.29 -
YUV 64.93 235.26 126.62 -
System Red Green Blue C M Y K H S L
Decimal 63 29 255 0.75 0.89 0 0 249.03 1 0.56
Hex 3F 1D FF 4B 59 0 0 F9 64 38
Octal 77 35 377 113 131 0 0 371 144 70
Binary 111111 11101 11111111 1001011 1011001 0 0 11111001 1100100 111000

Color Harmonies of #3F1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1DFF

Black with #3F1DFF

Text Example


Text Example

White with #3F1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,29,255); }

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

background-color css

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

 a { background-color: rgb(63,29,255); }

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

border-color css

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

 span { border-color: rgb(63,29,255); }

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