Html Css Color HEX #3F03CC Han Purple

📋 copy color: '#3F03CC'

red 63 ◦ green 3 ◦ blue 204

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

Shades of Han Purple #3F03CC

Tints of Han Purple #3F03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 23.33%
G = 1.11%
B = 75.56%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F03CC (or 0x3F03CC) is known color: Han Purple. HEX triplet: 3F, 03 and CC. RGB value is (63,3,204). Sum of RGB (Red+Green+Blue) = 63+3+204=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F03CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F03CC is #C0FC33. Grayscale: #2B2B2B. Windows color (decimal): -12647476 or 13370175. OLE color: 13370175.

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

Color convert

RGB 63 3 204 -
CMYK 0.69 0.99 0 0.2
HSL 257.91º 0.97% 0.41% -
HSV(B) 257.91º 0.99% 0.8% -
XYZ 12.98 5.48 57.5 -
YUV 43.85 218.38 141.66 -
System Red Green Blue C M Y K H S L
Decimal 63 3 204 0.69 0.99 0 0.2 257.91 0.97 0.41
Hex 3F 3 CC 45 63 0 14 102 61 29
Octal 77 3 314 105 143 0 24 402 141 51
Binary 111111 11 11001100 1000101 1100011 0 10100 100000010 1100001 101001

Color Harmonies of #3F03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F03CC

Black with #3F03CC

Text Example


Text Example

White with #3F03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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