Html Css Color HEX #3F0BCC Han Purple

📋 copy color: '#3F0BCC'

red 63 ◦ green 11 ◦ blue 204

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

Shades of Han Purple #3F0BCC

Tints of Han Purple #3F0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 22.66%
G = 3.96%
B = 73.38%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F0BCC (or 0x3F0BCC) is known color: Han Purple. HEX triplet: 3F, 0B and CC. RGB value is (63,11,204). Sum of RGB (Red+Green+Blue) = 63+11+204=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0BCC is #C0F433. Grayscale: #2F2F2F. Windows color (decimal): -12645428 or 13372223. OLE color: 13372223.

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

Color convert

RGB 63 11 204 -
CMYK 0.69 0.95 0 0.2
HSL 256.17º 0.9% 0.42% -
HSV(B) 256.17º 0.95% 0.8% -
XYZ 13.07 5.66 57.53 -
YUV 48.55 215.73 138.31 -
System Red Green Blue C M Y K H S L
Decimal 63 11 204 0.69 0.95 0 0.2 256.17 0.9 0.42
Hex 3F B CC 45 5F 0 14 100 5A 2A
Octal 77 13 314 105 137 0 24 400 132 52
Binary 111111 1011 11001100 1000101 1011111 0 10100 100000000 1011010 101010

Color Harmonies of #3F0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0BCC

Black with #3F0BCC

Text Example


Text Example

White with #3F0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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