Html Css Color HEX #3C01CD Han Purple

📋 copy color: '#3C01CD'

red 60 ◦ green 1 ◦ blue 205

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

Shades of Han Purple #3C01CD

Tints of Han Purple #3C01CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.07%

R = 22.56%
G = 0.38%
B = 77.07%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C01CD (or 0x3C01CD) is known color: Han Purple. HEX triplet: 3C, 01 and CD. RGB value is (60,1,205). Sum of RGB (Red+Green+Blue) = 60+1+205=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C01CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01CD is #C3FE32. Grayscale: #292929. Windows color (decimal): -12844595 or 13435196. OLE color: 13435196.

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

Color convert

RGB 60 1 205 -
CMYK 0.71 1.00 0 0.20
HSL 257.35º 0.99% 0.4% -
HSV(B) 257.35º 1% 0.8% -
XYZ 12.89 5.39 58.12 -
YUV 41.9 220.05 140.91 -
System Red Green Blue C M Y K H S L
Decimal 60 1 205 0.71 1.00 0 0.20 257.35 0.99 0.4
Hex 3C 1 CD 47 64 0 14 101 63 28
Octal 74 1 315 107 144 0 24 401 143 50
Binary 111100 1 11001101 1000111 1100100 0 10100 100000001 1100011 101000

Color Harmonies of #3C01CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01CD

Black with #3C01CD

Text Example


Text Example

White with #3C01CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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