Html Css Color HEX #3F00DE Han Purple

📋 copy color: '#3F00DE'

red 63 ◦ green 0 ◦ blue 222

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

Shades of Han Purple #3F00DE

Tints of Han Purple #3F00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 77.89%

R = 22.11%
G = 0%
B = 77.89%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F00DE (or 0x3F00DE) is known color: Han Purple. HEX triplet: 3F, 00 and DE. RGB value is (63,0,222). Sum of RGB (Red+Green+Blue) = 63+0+222=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00DE is #C0FF21. Grayscale: #2B2B2B. Windows color (decimal): -12648226 or 14549055. OLE color: 14549055.

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

Color convert

RGB 63 0 222 -
CMYK 0.72 1 0 0.13
HSL 257.03º 1% 0.44% -
HSV(B) 257.03º 1% 0.87% -
XYZ 15.23 6.33 69.53 -
YUV 44.15 228.37 141.45 -
System Red Green Blue C M Y K H S L
Decimal 63 0 222 0.72 1 0 0.13 257.03 1 0.44
Hex 3F 0 DE 48 64 0 D 101 64 2C
Octal 77 0 336 110 144 0 15 401 144 54
Binary 111111 0 11011110 1001000 1100100 0 1101 100000001 1100100 101100

Color Harmonies of #3F00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00DE

Black with #3F00DE

Text Example


Text Example

White with #3F00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,222); }

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

background-color css

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

 a { background-color: rgb(63,0,222); }

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

border-color css

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

 span { border-color: rgb(63,0,222); }

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