Html Css Color HEX #3F02F2 Han Purple

📋 copy color: '#3F02F2'

red 63 ◦ green 2 ◦ blue 242

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

Shades of Han Purple #3F02F2

Tints of Han Purple #3F02F2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 242 (94.92% from 255) = 78.83%

R = 20.52%
G = 0.65%
B = 78.83%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3F02F2 (or 0x3F02F2) is known color: Han Purple. HEX triplet: 3F, 02 and F2. RGB value is (63,2,242). Sum of RGB (Red+Green+Blue) = 63+2+242=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 242 (94.92% from 255 or 78.83% from 307); Max value from RGB is 242 - color contains mainly: blue. Hex color #3F02F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F02F2 is #C0FD0D. Grayscale: #2E2E2E. Windows color (decimal): -12647694 or 15860287. OLE color: 15860287.

HSL color Cylindrical-coordinate representation of color #3F02F2: hue angle of 255.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02F2 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 2 242 -
CMYK 0.74 0.99 0 0.05
HSL 255.25º 0.98% 0.48% -
HSV(B) 255.25º 0.99% 0.95% -
XYZ 18.1 7.51 84.5 -
YUV 47.6 237.71 138.99 -
System Red Green Blue C M Y K H S L
Decimal 63 2 242 0.74 0.99 0 0.05 255.25 0.98 0.48
Hex 3F 2 F2 4A 63 0 5 FF 62 30
Octal 77 2 362 112 143 0 5 377 142 60
Binary 111111 10 11110010 1001010 1100011 0 101 11111111 1100010 110000

Color Harmonies of #3F02F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F02F2

Black with #3F02F2

Text Example


Text Example

White with #3F02F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,242); }

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

background-color css

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

 a { background-color: rgb(63,2,242); }

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

border-color css

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

 span { border-color: rgb(63,2,242); }

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