Html Css Color HEX #3C05CD Han Purple

📋 copy color: '#3C05CD'

red 60 ◦ green 5 ◦ blue 205

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

Shades of Han Purple #3C05CD

Tints of Han Purple #3C05CD

RGB

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

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

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

R = 22.22%
G = 1.85%
B = 75.93%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C05CD (or 0x3C05CD) is known color: Han Purple. HEX triplet: 3C, 05 and CD. RGB value is (60,5,205). Sum of RGB (Red+Green+Blue) = 60+5+205=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C05CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C05CD is #C3FA32. Grayscale: #2B2B2B. Windows color (decimal): -12843571 or 13436220. OLE color: 13436220.

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

Color convert

RGB 60 5 205 -
CMYK 0.71 0.98 0 0.20
HSL 256.5º 0.95% 0.41% -
HSV(B) 256.5º 0.98% 0.8% -
XYZ 12.94 5.48 58.13 -
YUV 44.25 218.72 139.24 -
System Red Green Blue C M Y K H S L
Decimal 60 5 205 0.71 0.98 0 0.20 256.5 0.95 0.41
Hex 3C 5 CD 47 62 0 14 100 5F 29
Octal 74 5 315 107 142 0 24 400 137 51
Binary 111100 101 11001101 1000111 1100010 0 10100 100000000 1011111 101001

Color Harmonies of #3C05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C05CD

Black with #3C05CD

Text Example


Text Example

White with #3C05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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