Html Css Color HEX #3C05CE Han Purple

📋 copy color: '#3C05CE'

red 60 ◦ green 5 ◦ blue 206

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

Shades of Han Purple #3C05CE

Tints of Han Purple #3C05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 22.14%
G = 1.85%
B = 76.01%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C05CE (or 0x3C05CE) is known color: Han Purple. HEX triplet: 3C, 05 and CE. RGB value is (60,5,206). Sum of RGB (Red+Green+Blue) = 60+5+206=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C05CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C05CE is #C3FA31. Grayscale: #2B2B2B. Windows color (decimal): -12843570 or 13501756. OLE color: 13501756.

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

Color convert

RGB 60 5 206 -
CMYK 0.71 0.98 0 0.19
HSL 256.42º 0.95% 0.41% -
HSV(B) 256.42º 0.98% 0.81% -
XYZ 13.06 5.53 58.77 -
YUV 44.36 219.22 139.16 -
System Red Green Blue C M Y K H S L
Decimal 60 5 206 0.71 0.98 0 0.19 256.42 0.95 0.41
Hex 3C 5 CE 47 62 0 13 100 5F 29
Octal 74 5 316 107 142 0 23 400 137 51
Binary 111100 101 11001110 1000111 1100010 0 10011 100000000 1011111 101001

Color Harmonies of #3C05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C05CE

Black with #3C05CE

Text Example


Text Example

White with #3C05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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