Html Css Color HEX #3F0CFA Han Purple

📋 copy color: '#3F0CFA'

red 63 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #3F0CFA

Tints of Han Purple #3F0CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 76.92%

R = 19.38%
G = 3.69%
B = 76.92%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F0CFA (or 0x3F0CFA) is known color: Han Purple. HEX triplet: 3F, 0C and FA. RGB value is (63,12,250). Sum of RGB (Red+Green+Blue) = 63+12+250=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F0CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0CFA is #C0F305. Grayscale: #353535. Windows color (decimal): -12645126 or 16387135. OLE color: 16387135.

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

Color convert

RGB 63 12 250 -
CMYK 0.75 0.95 0 0.02
HSL 252.86º 0.96% 0.51% -
HSV(B) 252.86º 0.95% 0.98% -
XYZ 19.44 8.22 91.01 -
YUV 54.38 238.4 134.15 -
System Red Green Blue C M Y K H S L
Decimal 63 12 250 0.75 0.95 0 0.02 252.86 0.96 0.51
Hex 3F C FA 4B 5F 0 2 FD 60 33
Octal 77 14 372 113 137 0 2 375 140 63
Binary 111111 1100 11111010 1001011 1011111 0 10 11111101 1100000 110011

Color Harmonies of #3F0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0CFA

Black with #3F0CFA

Text Example


Text Example

White with #3F0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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