Html Css Color HEX #3F00CC Han Purple

📋 copy color: '#3F00CC'

red 63 ◦ green 0 ◦ blue 204

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

Shades of Han Purple #3F00CC

Tints of Han Purple #3F00CC

RGB

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

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

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

R = 23.6%
G = 0%
B = 76.4%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F00CC (or 0x3F00CC) is known color: Han Purple. HEX triplet: 3F, 00 and CC. RGB value is (63,0,204). Sum of RGB (Red+Green+Blue) = 63+0+204=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00CC is #C0FF33. Grayscale: #292929. Windows color (decimal): -12648244 or 13369407. OLE color: 13369407.

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

Color convert

RGB 63 0 204 -
CMYK 0.69 1 0 0.2
HSL 258.53º 1% 0.4% -
HSV(B) 258.53º 1% 0.8% -
XYZ 12.95 5.42 57.49 -
YUV 42.09 219.37 142.91 -
System Red Green Blue C M Y K H S L
Decimal 63 0 204 0.69 1 0 0.2 258.53 1 0.4
Hex 3F 0 CC 45 64 0 14 103 64 28
Octal 77 0 314 105 144 0 24 403 144 50
Binary 111111 0 11001100 1000101 1100100 0 10100 100000011 1100100 101000

Color Harmonies of #3F00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00CC

Black with #3F00CC

Text Example


Text Example

White with #3F00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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