Html Css Color HEX #3F0CFD Han Purple

📋 copy color: '#3F0CFD'

red 63 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #3F0CFD

Tints of Han Purple #3F0CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

 BLUE value IS 253 (99.22% from 255) = 77.13%

R = 19.21%
G = 3.66%
B = 77.13%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3F0CFD (or 0x3F0CFD) is known color: Han Purple. HEX triplet: 3F, 0C and FD. RGB value is (63,12,253). Sum of RGB (Red+Green+Blue) = 63+12+253=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F0CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0CFD is #C0F302. Grayscale: #353535. Windows color (decimal): -12645123 or 16583743. OLE color: 16583743.

HSL color Cylindrical-coordinate representation of color #3F0CFD: hue angle of 252.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0CFD is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 12 253 -
CMYK 0.75 0.95 0 0.01
HSL 252.7º 0.98% 0.52% -
HSV(B) 252.7º 0.95% 0.99% -
XYZ 19.91 8.41 93.5 -
YUV 54.72 239.9 133.9 -
System Red Green Blue C M Y K H S L
Decimal 63 12 253 0.75 0.95 0 0.01 252.7 0.98 0.52
Hex 3F C FD 4B 5F 0 1 FD 62 34
Octal 77 14 375 113 137 0 1 375 142 64
Binary 111111 1100 11111101 1001011 1011111 0 1 11111101 1100010 110100

Color Harmonies of #3F0CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0CFD

Black with #3F0CFD

Text Example


Text Example

White with #3F0CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,12,253); }

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

background-color css

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

 a { background-color: rgb(63,12,253); }

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

border-color css

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

 span { border-color: rgb(63,12,253); }

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