Html Css Color HEX #3C0FFA Han Purple

📋 copy color: '#3C0FFA'

red 60 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #3C0FFA

Tints of Han Purple #3C0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

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

R = 18.46%
G = 4.62%
B = 76.92%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C0FFA (or 0x3C0FFA) is known color: Han Purple. HEX triplet: 3C, 0F and FA. RGB value is (60,15,250). Sum of RGB (Red+Green+Blue) = 60+15+250=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 15 (6.25% from 255 or 4.62% 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 #3C0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0FFA is #C3F005. Grayscale: #363636. Windows color (decimal): -12840966 or 16387900. OLE color: 16387900.

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

Color convert

RGB 60 15 250 -
CMYK 0.76 0.94 0 0.02
HSL 251.49º 0.96% 0.52% -
HSV(B) 251.49º 0.94% 0.98% -
XYZ 19.29 8.2 91.01 -
YUV 55.25 237.91 131.39 -
System Red Green Blue C M Y K H S L
Decimal 60 15 250 0.76 0.94 0 0.02 251.49 0.96 0.52
Hex 3C F FA 4C 5E 0 2 FB 60 34
Octal 74 17 372 114 136 0 2 373 140 64
Binary 111100 1111 11111010 1001100 1011110 0 10 11111011 1100000 110100

Color Harmonies of #3C0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FFA

Black with #3C0FFA

Text Example


Text Example

White with #3C0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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