Html Css Color HEX #3C10CE Han Purple

📋 copy color: '#3C10CE'

red 60 ◦ green 16 ◦ blue 206

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

Shades of Han Purple #3C10CE

Tints of Han Purple #3C10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 21.28%
G = 5.67%
B = 73.05%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C10CE (or 0x3C10CE) is known color: Han Purple. HEX triplet: 3C, 10 and CE. RGB value is (60,16,206). Sum of RGB (Red+Green+Blue) = 60+16+206=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C10CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C10CE is #C3EF31. Grayscale: #323232. Windows color (decimal): -12840754 or 13504572. OLE color: 13504572.

HSL color Cylindrical-coordinate representation of color #3C10CE: hue angle of 253.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C10CE is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 16 206 -
CMYK 0.71 0.92 0 0.19
HSL 253.89º 0.86% 0.44% -
HSV(B) 253.89º 0.92% 0.81% -
XYZ 13.19 5.79 58.81 -
YUV 50.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 60 16 206 0.71 0.92 0 0.19 253.89 0.86 0.44
Hex 3C 10 CE 47 5C 0 13 FE 56 2C
Octal 74 20 316 107 134 0 23 376 126 54
Binary 111100 10000 11001110 1000111 1011100 0 10011 11111110 1010110 101100

Color Harmonies of #3C10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C10CE

Black with #3C10CE

Text Example


Text Example

White with #3C10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,16,206); }

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

background-color css

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

 a { background-color: rgb(60,16,206); }

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

border-color css

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

 span { border-color: rgb(60,16,206); }

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