Html Css Color HEX #3C01CE Han Purple

📋 copy color: '#3C01CE'

red 60 ◦ green 1 ◦ blue 206

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

Shades of Han Purple #3C01CE

Tints of Han Purple #3C01CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 22.47%
G = 0.37%
B = 77.15%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C01CE (or 0x3C01CE) is known color: Han Purple. HEX triplet: 3C, 01 and CE. RGB value is (60,1,206). Sum of RGB (Red+Green+Blue) = 60+1+206=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C01CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01CE is #C3FE31. Grayscale: #292929. Windows color (decimal): -12844594 or 13500732. OLE color: 13500732.

HSL color Cylindrical-coordinate representation of color #3C01CE: hue angle of 257.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C01CE is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 1 206 -
CMYK 0.71 1.00 0 0.19
HSL 257.27º 0.99% 0.41% -
HSV(B) 257.27º 1% 0.81% -
XYZ 13.01 5.44 58.76 -
YUV 42.01 220.55 140.83 -
System Red Green Blue C M Y K H S L
Decimal 60 1 206 0.71 1.00 0 0.19 257.27 0.99 0.41
Hex 3C 1 CE 47 64 0 13 101 63 29
Octal 74 1 316 107 144 0 23 401 143 51
Binary 111100 1 11001110 1000111 1100100 0 10011 100000001 1100011 101001

Color Harmonies of #3C01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01CE

Black with #3C01CE

Text Example


Text Example

White with #3C01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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