Html Css Color HEX #3F1DFC Han Purple

📋 copy color: '#3F1DFC'

red 63 ◦ green 29 ◦ blue 252

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

Shades of Han Purple #3F1DFC

Tints of Han Purple #3F1DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.26%

R = 18.31%
G = 8.43%
B = 73.26%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3F1DFC (or 0x3F1DFC) is known color: Han Purple. HEX triplet: 3F, 1D and FC. RGB value is (63,29,252). Sum of RGB (Red+Green+Blue) = 63+29+252=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F1DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1DFC is #C0E203. Grayscale: #3F3F3F. Windows color (decimal): -12640772 or 16522559. OLE color: 16522559.

HSL color Cylindrical-coordinate representation of color #3F1DFC: hue angle of 249.15º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1DFC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 29 252 -
CMYK 0.75 0.88 0 0.01
HSL 249.15º 0.97% 0.55% -
HSV(B) 249.15º 0.88% 0.99% -
XYZ 20.06 8.96 92.77 -
YUV 64.59 233.76 126.87 -
System Red Green Blue C M Y K H S L
Decimal 63 29 252 0.75 0.88 0 0.01 249.15 0.97 0.55
Hex 3F 1D FC 4B 58 0 1 F9 61 37
Octal 77 35 374 113 130 0 1 371 141 67
Binary 111111 11101 11111100 1001011 1011000 0 1 11111001 1100001 110111

Color Harmonies of #3F1DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1DFC

Black with #3F1DFC

Text Example


Text Example

White with #3F1DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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