Html Css Color HEX #3F01D7 Han Purple

📋 copy color: '#3F01D7'

red 63 ◦ green 1 ◦ blue 215

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

Shades of Han Purple #3F01D7

Tints of Han Purple #3F01D7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 215 (84.38% from 255) = 77.06%

R = 22.58%
G = 0.36%
B = 77.06%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3F01D7 (or 0x3F01D7) is known color: Han Purple. HEX triplet: 3F, 01 and D7. RGB value is (63,1,215). Sum of RGB (Red+Green+Blue) = 63+1+215=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 215 (84.38% from 255 or 77.06% from 279); Max value from RGB is 215 - color contains mainly: blue. Hex color #3F01D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F01D7 is #C0FE28. Grayscale: #2B2B2B. Windows color (decimal): -12647977 or 14090559. OLE color: 14090559.

HSL color Cylindrical-coordinate representation of color #3F01D7: hue angle of 257.38º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F01D7 is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 1 215 -
CMYK 0.71 1.00 0 0.16
HSL 257.38º 0.99% 0.42% -
HSV(B) 257.38º 1% 0.84% -
XYZ 14.33 5.98 64.69 -
YUV 43.93 224.54 141.6 -
System Red Green Blue C M Y K H S L
Decimal 63 1 215 0.71 1.00 0 0.16 257.38 0.99 0.42
Hex 3F 1 D7 47 64 0 10 101 63 2A
Octal 77 1 327 107 144 0 20 401 143 52
Binary 111111 1 11010111 1000111 1100100 0 10000 100000001 1100011 101010

Color Harmonies of #3F01D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F01D7

Black with #3F01D7

Text Example


Text Example

White with #3F01D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,215); }

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

background-color css

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

 a { background-color: rgb(63,1,215); }

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

border-color css

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

 span { border-color: rgb(63,1,215); }

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