Html Css Color HEX #3F09CF Han Purple

📋 copy color: '#3F09CF'

red 63 ◦ green 9 ◦ blue 207

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

Shades of Han Purple #3F09CF

Tints of Han Purple #3F09CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 207 (81.25% from 255) = 74.19%

R = 22.58%
G = 3.23%
B = 74.19%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F09CF (or 0x3F09CF) is known color: Han Purple. HEX triplet: 3F, 09 and CF. RGB value is (63,9,207). Sum of RGB (Red+Green+Blue) = 63+9+207=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F09CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F09CF is #C0F630. Grayscale: #2E2E2E. Windows color (decimal): -12645937 or 13568319. OLE color: 13568319.

HSL color Cylindrical-coordinate representation of color #3F09CF: hue angle of 256.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F09CF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 9 207 -
CMYK 0.70 0.96 0 0.19
HSL 256.36º 0.92% 0.42% -
HSV(B) 256.36º 0.96% 0.81% -
XYZ 13.41 5.76 59.44 -
YUV 47.72 217.89 138.9 -
System Red Green Blue C M Y K H S L
Decimal 63 9 207 0.70 0.96 0 0.19 256.36 0.92 0.42
Hex 3F 9 CF 46 60 0 13 100 5C 2A
Octal 77 11 317 106 140 0 23 400 134 52
Binary 111111 1001 11001111 1000110 1100000 0 10011 100000000 1011100 101010

Color Harmonies of #3F09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F09CF

Black with #3F09CF

Text Example


Text Example

White with #3F09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,9,207); }

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

background-color css

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

 a { background-color: rgb(63,9,207); }

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

border-color css

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

 span { border-color: rgb(63,9,207); }

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