Html Css Color HEX #3F0DCE Han Purple

📋 copy color: '#3F0DCE'

red 63 ◦ green 13 ◦ blue 206

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

Shades of Han Purple #3F0DCE

Tints of Han Purple #3F0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.61%

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 22.34%
G = 4.61%
B = 73.05%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F0DCE (or 0x3F0DCE) is known color: Han Purple. HEX triplet: 3F, 0D and CE. RGB value is (63,13,206). Sum of RGB (Red+Green+Blue) = 63+13+206=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F0DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0DCE is #C0F231. Grayscale: #313131. Windows color (decimal): -12644914 or 13503807. OLE color: 13503807.

HSL color Cylindrical-coordinate representation of color #3F0DCE: hue angle of 255.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0DCE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 13 206 -
CMYK 0.69 0.94 0 0.19
HSL 255.54º 0.88% 0.43% -
HSV(B) 255.54º 0.94% 0.81% -
XYZ 13.33 5.8 58.81 -
YUV 49.95 216.07 137.31 -
System Red Green Blue C M Y K H S L
Decimal 63 13 206 0.69 0.94 0 0.19 255.54 0.88 0.43
Hex 3F D CE 45 5E 0 13 100 58 2B
Octal 77 15 316 105 136 0 23 400 130 53
Binary 111111 1101 11001110 1000101 1011110 0 10011 100000000 1011000 101011

Color Harmonies of #3F0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0DCE

Black with #3F0DCE

Text Example


Text Example

White with #3F0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,13,206); }

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

background-color css

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

 a { background-color: rgb(63,13,206); }

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

border-color css

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

 span { border-color: rgb(63,13,206); }

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