Html Css Color HEX #3F17DC Han Purple

📋 copy color: '#3F17DC'

red 63 ◦ green 23 ◦ blue 220

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

Shades of Han Purple #3F17DC

Tints of Han Purple #3F17DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 20.59%
G = 7.52%
B = 71.9%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F17DC (or 0x3F17DC) is known color: Han Purple. HEX triplet: 3F, 17 and DC. RGB value is (63,23,220). Sum of RGB (Red+Green+Blue) = 63+23+220=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F17DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F17DC is #C0E823. Grayscale: #383838. Windows color (decimal): -12642340 or 14423871. OLE color: 14423871.

HSL color Cylindrical-coordinate representation of color #3F17DC: hue angle of 252.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F17DC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 23 220 -
CMYK 0.71 0.90 0 0.14
HSL 252.18º 0.81% 0.48% -
HSV(B) 252.18º 0.9% 0.86% -
XYZ 15.27 6.84 68.22 -
YUV 57.42 219.75 131.98 -
System Red Green Blue C M Y K H S L
Decimal 63 23 220 0.71 0.90 0 0.14 252.18 0.81 0.48
Hex 3F 17 DC 47 5A 0 E FC 51 30
Octal 77 27 334 107 132 0 16 374 121 60
Binary 111111 10111 11011100 1000111 1011010 0 1110 11111100 1010001 110000

Color Harmonies of #3F17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F17DC

Black with #3F17DC

Text Example


Text Example

White with #3F17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,220); }

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

background-color css

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

 a { background-color: rgb(63,23,220); }

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

border-color css

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

 span { border-color: rgb(63,23,220); }

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