Html Css Color HEX #3F04ED Han Purple

📋 copy color: '#3F04ED'

red 63 ◦ green 4 ◦ blue 237

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

Shades of Han Purple #3F04ED

Tints of Han Purple #3F04ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.96%

R = 20.72%
G = 1.32%
B = 77.96%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F04ED (or 0x3F04ED) is known color: Han Purple. HEX triplet: 3F, 04 and ED. RGB value is (63,4,237). Sum of RGB (Red+Green+Blue) = 63+4+237=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F04ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F04ED is #C0FB12. Grayscale: #2F2F2F. Windows color (decimal): -12647187 or 15533119. OLE color: 15533119.

HSL color Cylindrical-coordinate representation of color #3F04ED: hue angle of 255.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F04ED is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 4 237 -
CMYK 0.73 0.98 0 0.07
HSL 255.19º 0.97% 0.47% -
HSV(B) 255.19º 0.98% 0.93% -
XYZ 17.38 7.26 80.61 -
YUV 48.2 234.55 138.55 -
System Red Green Blue C M Y K H S L
Decimal 63 4 237 0.73 0.98 0 0.07 255.19 0.97 0.47
Hex 3F 4 ED 49 62 0 7 FF 61 2F
Octal 77 4 355 111 142 0 7 377 141 57
Binary 111111 100 11101101 1001001 1100010 0 111 11111111 1100001 101111

Color Harmonies of #3F04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F04ED

Black with #3F04ED

Text Example


Text Example

White with #3F04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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