Html Css Color HEX #3F19EB Han Purple

📋 copy color: '#3F19EB'

red 63 ◦ green 25 ◦ blue 235

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

Shades of Han Purple #3F19EB

Tints of Han Purple #3F19EB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 19.5%
G = 7.74%
B = 72.76%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F19EB (or 0x3F19EB) is known color: Han Purple. HEX triplet: 3F, 19 and EB. RGB value is (63,25,235). Sum of RGB (Red+Green+Blue) = 63+25+235=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F19EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F19EB is #C0E614. Grayscale: #3B3B3B. Windows color (decimal): -12641813 or 15407423. OLE color: 15407423.

HSL color Cylindrical-coordinate representation of color #3F19EB: hue angle of 250.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F19EB is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 25 235 -
CMYK 0.73 0.89 0 0.08
HSL 250.86º 0.84% 0.51% -
HSV(B) 250.86º 0.89% 0.92% -
XYZ 17.39 7.75 79.18 -
YUV 60.3 226.59 129.92 -
System Red Green Blue C M Y K H S L
Decimal 63 25 235 0.73 0.89 0 0.08 250.86 0.84 0.51
Hex 3F 19 EB 49 59 0 8 FB 54 33
Octal 77 31 353 111 131 0 10 373 124 63
Binary 111111 11001 11101011 1001001 1011001 0 1000 11111011 1010100 110011

Color Harmonies of #3F19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F19EB

Black with #3F19EB

Text Example


Text Example

White with #3F19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,235); }

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

background-color css

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

 a { background-color: rgb(63,25,235); }

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

border-color css

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

 span { border-color: rgb(63,25,235); }

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