Html Css Color HEX #3F00CF Han Purple

📋 copy color: '#3F00CF'

red 63 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #3F00CF

Tints of Han Purple #3F00CF

RGB

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

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

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

R = 23.33%
G = 0%
B = 76.67%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F00CF (or 0x3F00CF) is known color: Han Purple. HEX triplet: 3F, 00 and CF. RGB value is (63,0,207). Sum of RGB (Red+Green+Blue) = 63+0+207=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00CF is #C0FF30. Grayscale: #292929. Windows color (decimal): -12648241 or 13566015. OLE color: 13566015.

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

Color convert

RGB 63 0 207 -
CMYK 0.70 1 0 0.19
HSL 258.26º 1% 0.41% -
HSV(B) 258.26º 1% 0.81% -
XYZ 13.31 5.56 59.4 -
YUV 42.44 220.87 142.67 -
System Red Green Blue C M Y K H S L
Decimal 63 0 207 0.70 1 0 0.19 258.26 1 0.41
Hex 3F 0 CF 46 64 0 13 102 64 29
Octal 77 0 317 106 144 0 23 402 144 51
Binary 111111 0 11001111 1000110 1100100 0 10011 100000010 1100100 101001

Color Harmonies of #3F00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00CF

Black with #3F00CF

Text Example


Text Example

White with #3F00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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