Html Css Color HEX #3F05DC Han Purple

📋 copy color: '#3F05DC'

red 63 ◦ green 5 ◦ blue 220

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

Shades of Han Purple #3F05DC

Tints of Han Purple #3F05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 21.88%
G = 1.74%
B = 76.39%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F05DC (or 0x3F05DC) is known color: Han Purple. HEX triplet: 3F, 05 and DC. RGB value is (63,5,220). Sum of RGB (Red+Green+Blue) = 63+5+220=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F05DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05DC is #C0FA23. Grayscale: #2E2E2E. Windows color (decimal): -12646948 or 14419263. OLE color: 14419263.

HSL color Cylindrical-coordinate representation of color #3F05DC: hue angle of 256.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05DC is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 5 220 -
CMYK 0.71 0.98 0 0.14
HSL 256.19º 0.96% 0.44% -
HSV(B) 256.19º 0.98% 0.86% -
XYZ 15.02 6.33 68.14 -
YUV 46.85 225.72 139.52 -
System Red Green Blue C M Y K H S L
Decimal 63 5 220 0.71 0.98 0 0.14 256.19 0.96 0.44
Hex 3F 5 DC 47 62 0 E 100 60 2C
Octal 77 5 334 107 142 0 16 400 140 54
Binary 111111 101 11011100 1000111 1100010 0 1110 100000000 1100000 101100

Color Harmonies of #3F05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F05DC

Black with #3F05DC

Text Example


Text Example

White with #3F05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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