Html Css Color HEX #3C0FDF Han Purple

📋 copy color: '#3C0FDF'

red 60 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #3C0FDF

Tints of Han Purple #3C0FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.83%

R = 20.13%
G = 5.03%
B = 74.83%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C0FDF (or 0x3C0FDF) is known color: Han Purple. HEX triplet: 3C, 0F and DF. RGB value is (60,15,223). Sum of RGB (Red+Green+Blue) = 60+15+223=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C0FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0FDF is #C3F020. Grayscale: #333333. Windows color (decimal): -12840993 or 14618428. OLE color: 14618428.

HSL color Cylindrical-coordinate representation of color #3C0FDF: hue angle of 252.98º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0FDF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 15 223 -
CMYK 0.73 0.93 0 0.13
HSL 252.98º 0.87% 0.47% -
HSV(B) 252.98º 0.93% 0.87% -
XYZ 15.35 6.63 70.28 -
YUV 52.17 224.41 133.59 -
System Red Green Blue C M Y K H S L
Decimal 60 15 223 0.73 0.93 0 0.13 252.98 0.87 0.47
Hex 3C F DF 49 5D 0 D FD 57 2F
Octal 74 17 337 111 135 0 15 375 127 57
Binary 111100 1111 11011111 1001001 1011101 0 1101 11111101 1010111 101111

Color Harmonies of #3C0FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FDF

Black with #3C0FDF

Text Example


Text Example

White with #3C0FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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