Html Css Color HEX #3C0AFA Han Purple

📋 copy color: '#3C0AFA'

red 60 ◦ green 10 ◦ blue 250

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

Shades of Han Purple #3C0AFA

Tints of Han Purple #3C0AFA

RGB

 RED value IS 60 (23.83% from 255) = 18.75%

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

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

R = 18.75%
G = 3.13%
B = 78.13%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C0AFA (or 0x3C0AFA) is known color: Han Purple. HEX triplet: 3C, 0A and FA. RGB value is (60,10,250). Sum of RGB (Red+Green+Blue) = 60+10+250=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C0AFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0AFA is #C3F505. Grayscale: #333333. Windows color (decimal): -12842246 or 16386620. OLE color: 16386620.

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

Color convert

RGB 60 10 250 -
CMYK 0.76 0.96 0 0.02
HSL 252.5º 0.96% 0.51% -
HSV(B) 252.5º 0.96% 0.98% -
XYZ 19.23 8.08 90.99 -
YUV 52.31 239.57 133.49 -
System Red Green Blue C M Y K H S L
Decimal 60 10 250 0.76 0.96 0 0.02 252.5 0.96 0.51
Hex 3C A FA 4C 60 0 2 FD 60 33
Octal 74 12 372 114 140 0 2 375 140 63
Binary 111100 1010 11111010 1001100 1100000 0 10 11111101 1100000 110011

Color Harmonies of #3C0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0AFA

Black with #3C0AFA

Text Example


Text Example

White with #3C0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,10,250); }

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

background-color css

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

 a { background-color: rgb(60,10,250); }

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

border-color css

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

 span { border-color: rgb(60,10,250); }

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