Html Css Color HEX #3F1AEF Han Purple

📋 copy color: '#3F1AEF'

red 63 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #3F1AEF

Tints of Han Purple #3F1AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 239 (93.75% from 255) = 72.87%

R = 19.21%
G = 7.93%
B = 72.87%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F1AEF (or 0x3F1AEF) is known color: Han Purple. HEX triplet: 3F, 1A and EF. RGB value is (63,26,239). Sum of RGB (Red+Green+Blue) = 63+26+239=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F1AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1AEF is #C0E510. Grayscale: #3C3C3C. Windows color (decimal): -12641553 or 15669823. OLE color: 15669823.

HSL color Cylindrical-coordinate representation of color #3F1AEF: hue angle of 250.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1AEF is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 26 239 -
CMYK 0.74 0.89 0 0.06
HSL 250.42º 0.87% 0.52% -
HSV(B) 250.42º 0.89% 0.94% -
XYZ 18 8.03 82.26 -
YUV 61.35 228.26 129.18 -
System Red Green Blue C M Y K H S L
Decimal 63 26 239 0.74 0.89 0 0.06 250.42 0.87 0.52
Hex 3F 1A EF 4A 59 0 6 FA 57 34
Octal 77 32 357 112 131 0 6 372 127 64
Binary 111111 11010 11101111 1001010 1011001 0 110 11111010 1010111 110100

Color Harmonies of #3F1AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1AEF

Black with #3F1AEF

Text Example


Text Example

White with #3F1AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,26,239); }

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

background-color css

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

 a { background-color: rgb(63,26,239); }

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

border-color css

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

 span { border-color: rgb(63,26,239); }

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