Html Css Color HEX #3C0FDE Han Purple

📋 copy color: '#3C0FDE'

red 60 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #3C0FDE

Tints of Han Purple #3C0FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.75%

R = 20.2%
G = 5.05%
B = 74.75%

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

#3C0FDE (or 0x3C0FDE) is known color: Han Purple. HEX triplet: 3C, 0F and DE. RGB value is (60,15,222). Sum of RGB (Red+Green+Blue) = 60+15+222=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C0FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0FDE is #C3F021. Grayscale: #333333. Windows color (decimal): -12840994 or 14552892. OLE color: 14552892.

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

Color convert

RGB 60 15 222 -
CMYK 0.73 0.93 0 0.13
HSL 253.04º 0.87% 0.46% -
HSV(B) 253.04º 0.93% 0.87% -
XYZ 15.22 6.58 69.57 -
YUV 52.05 223.91 133.67 -
System Red Green Blue C M Y K H S L
Decimal 60 15 222 0.73 0.93 0 0.13 253.04 0.87 0.46
Hex 3C F DE 49 5D 0 D FD 57 2E
Octal 74 17 336 111 135 0 15 375 127 56
Binary 111100 1111 11011110 1001001 1011101 0 1101 11111101 1010111 101110

Color Harmonies of #3C0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FDE

Black with #3C0FDE

Text Example


Text Example

White with #3C0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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