Html Css Color HEX #3F30DF Han Purple

📋 copy color: '#3F30DF'

red 63 ◦ green 48 ◦ blue 223

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

Shades of Han Purple #3F30DF

Tints of Han Purple #3F30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 18.86%
G = 14.37%
B = 66.77%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F30DF (or 0x3F30DF) is known color: Han Purple. HEX triplet: 3F, 30 and DF. RGB value is (63,48,223). Sum of RGB (Red+Green+Blue) = 63+48+223=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F30DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F30DF is #C0CF20. Grayscale: #474747. Windows color (decimal): -12635937 or 14626879. OLE color: 14626879.

HSL color Cylindrical-coordinate representation of color #3F30DF: hue angle of 245.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F30DF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 48 223 -
CMYK 0.72 0.78 0 0.13
HSL 245.14º 0.73% 0.53% -
HSV(B) 245.14º 0.78% 0.87% -
XYZ 16.43 8.5 70.59 -
YUV 72.44 212.97 121.27 -
System Red Green Blue C M Y K H S L
Decimal 63 48 223 0.72 0.78 0 0.13 245.14 0.73 0.53
Hex 3F 30 DF 48 4E 0 D F5 49 35
Octal 77 60 337 110 116 0 15 365 111 65
Binary 111111 110000 11011111 1001000 1001110 0 1101 11110101 1001001 110101

Color Harmonies of #3F30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F30DF

Black with #3F30DF

Text Example


Text Example

White with #3F30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,48,223); }

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

background-color css

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

 a { background-color: rgb(63,48,223); }

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

border-color css

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

 span { border-color: rgb(63,48,223); }

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