Html Css Color HEX #3F27F9 Han Purple

📋 copy color: '#3F27F9'

red 63 ◦ green 39 ◦ blue 249

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

Shades of Han Purple #3F27F9

Tints of Han Purple #3F27F9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

 BLUE value IS 249 (97.66% from 255) = 70.94%

R = 17.95%
G = 11.11%
B = 70.94%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F27F9 (or 0x3F27F9) is known color: Han Purple. HEX triplet: 3F, 27 and F9. RGB value is (63,39,249). Sum of RGB (Red+Green+Blue) = 63+39+249=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F27F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F27F9 is #C0D806. Grayscale: #454545. Windows color (decimal): -12638215 or 16328511. OLE color: 16328511.

HSL color Cylindrical-coordinate representation of color #3F27F9: hue angle of 246.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F27F9 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 39 249 -
CMYK 0.75 0.84 0 0.02
HSL 246.86º 0.95% 0.56% -
HSV(B) 246.86º 0.84% 0.98% -
XYZ 19.87 9.35 90.38 -
YUV 70.12 228.95 122.92 -
System Red Green Blue C M Y K H S L
Decimal 63 39 249 0.75 0.84 0 0.02 246.86 0.95 0.56
Hex 3F 27 F9 4B 54 0 2 F7 5F 38
Octal 77 47 371 113 124 0 2 367 137 70
Binary 111111 100111 11111001 1001011 1010100 0 10 11110111 1011111 111000

Color Harmonies of #3F27F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F27F9

Black with #3F27F9

Text Example


Text Example

White with #3F27F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,249); }

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

background-color css

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

 a { background-color: rgb(63,39,249); }

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

border-color css

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

 span { border-color: rgb(63,39,249); }

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