Html Css Color HEX #3F0AEC Han Purple

📋 copy color: '#3F0AEC'

red 63 ◦ green 10 ◦ blue 236

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

Shades of Han Purple #3F0AEC

Tints of Han Purple #3F0AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 236 (92.58% from 255) = 76.38%

R = 20.39%
G = 3.24%
B = 76.38%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F0AEC (or 0x3F0AEC) is known color: Han Purple. HEX triplet: 3F, 0A and EC. RGB value is (63,10,236). Sum of RGB (Red+Green+Blue) = 63+10+236=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F0AEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0AEC is #C0F513. Grayscale: #323232. Windows color (decimal): -12645652 or 15469119. OLE color: 15469119.

HSL color Cylindrical-coordinate representation of color #3F0AEC: hue angle of 254.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0AEC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 10 236 -
CMYK 0.73 0.96 0 0.07
HSL 254.07º 0.92% 0.48% -
HSV(B) 254.07º 0.96% 0.93% -
XYZ 17.3 7.33 79.86 -
YUV 51.61 232.06 136.12 -
System Red Green Blue C M Y K H S L
Decimal 63 10 236 0.73 0.96 0 0.07 254.07 0.92 0.48
Hex 3F A EC 49 60 0 7 FE 5C 30
Octal 77 12 354 111 140 0 7 376 134 60
Binary 111111 1010 11101100 1001001 1100000 0 111 11111110 1011100 110000

Color Harmonies of #3F0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0AEC

Black with #3F0AEC

Text Example


Text Example

White with #3F0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,10,236); }

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

background-color css

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

 a { background-color: rgb(63,10,236); }

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

border-color css

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

 span { border-color: rgb(63,10,236); }

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