Html Css Color HEX #3F04DD Han Purple

📋 copy color: '#3F04DD'

red 63 ◦ green 4 ◦ blue 221

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

Shades of Han Purple #3F04DD

Tints of Han Purple #3F04DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 221 (86.72% from 255) = 76.74%

R = 21.88%
G = 1.39%
B = 76.74%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F04DD (or 0x3F04DD) is known color: Han Purple. HEX triplet: 3F, 04 and DD. RGB value is (63,4,221). Sum of RGB (Red+Green+Blue) = 63+4+221=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F04DD is #C0FB22. Grayscale: #2D2D2D. Windows color (decimal): -12647203 or 14484543. OLE color: 14484543.

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

Color convert

RGB 63 4 221 -
CMYK 0.71 0.98 0 0.13
HSL 256.31º 0.96% 0.44% -
HSV(B) 256.31º 0.98% 0.87% -
XYZ 15.14 6.36 68.84 -
YUV 46.38 226.55 139.86 -
System Red Green Blue C M Y K H S L
Decimal 63 4 221 0.71 0.98 0 0.13 256.31 0.96 0.44
Hex 3F 4 DD 47 62 0 D 100 60 2C
Octal 77 4 335 107 142 0 15 400 140 54
Binary 111111 100 11011101 1000111 1100010 0 1101 100000000 1100000 101100

Color Harmonies of #3F04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F04DD

Black with #3F04DD

Text Example


Text Example

White with #3F04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,4,221); }

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

background-color css

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

 a { background-color: rgb(63,4,221); }

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

border-color css

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

 span { border-color: rgb(63,4,221); }

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