Html Css Color HEX #3F0FCC Han Purple

📋 copy color: '#3F0FCC'

red 63 ◦ green 15 ◦ blue 204

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

Shades of Han Purple #3F0FCC

Tints of Han Purple #3F0FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 204 (80.08% from 255) = 72.34%

R = 22.34%
G = 5.32%
B = 72.34%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F0FCC (or 0x3F0FCC) is known color: Han Purple. HEX triplet: 3F, 0F and CC. RGB value is (63,15,204). Sum of RGB (Red+Green+Blue) = 63+15+204=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F0FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FCC is #C0F033. Grayscale: #323232. Windows color (decimal): -12644404 or 13373247. OLE color: 13373247.

HSL color Cylindrical-coordinate representation of color #3F0FCC: hue angle of 255.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FCC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 15 204 -
CMYK 0.69 0.93 0 0.2
HSL 255.24º 0.86% 0.43% -
HSV(B) 255.24º 0.93% 0.8% -
XYZ 13.12 5.76 57.55 -
YUV 50.9 214.4 136.63 -
System Red Green Blue C M Y K H S L
Decimal 63 15 204 0.69 0.93 0 0.2 255.24 0.86 0.43
Hex 3F F CC 45 5D 0 14 FF 56 2B
Octal 77 17 314 105 135 0 24 377 126 53
Binary 111111 1111 11001100 1000101 1011101 0 10100 11111111 1010110 101011

Color Harmonies of #3F0FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0FCC

Black with #3F0FCC

Text Example


Text Example

White with #3F0FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,15,204); }

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

background-color css

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

 a { background-color: rgb(63,15,204); }

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

border-color css

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

 span { border-color: rgb(63,15,204); }

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