Html Css Color HEX #3C0CCD Han Purple

📋 copy color: '#3C0CCD'

red 60 ◦ green 12 ◦ blue 205

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

Shades of Han Purple #3C0CCD

Tints of Han Purple #3C0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.33%

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

R = 21.66%
G = 4.33%
B = 74.01%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C0CCD (or 0x3C0CCD) is known color: Han Purple. HEX triplet: 3C, 0C and CD. RGB value is (60,12,205). Sum of RGB (Red+Green+Blue) = 60+12+205=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C0CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CCD is #C3F332. Grayscale: #2F2F2F. Windows color (decimal): -12841779 or 13438012. OLE color: 13438012.

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

Color convert

RGB 60 12 205 -
CMYK 0.71 0.94 0 0.20
HSL 254.92º 0.89% 0.43% -
HSV(B) 254.92º 0.94% 0.8% -
XYZ 13.01 5.63 58.16 -
YUV 48.35 216.4 136.31 -
System Red Green Blue C M Y K H S L
Decimal 60 12 205 0.71 0.94 0 0.20 254.92 0.89 0.43
Hex 3C C CD 47 5E 0 14 FF 59 2B
Octal 74 14 315 107 136 0 24 377 131 53
Binary 111100 1100 11001101 1000111 1011110 0 10100 11111111 1011001 101011

Color Harmonies of #3C0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0CCD

Black with #3C0CCD

Text Example


Text Example

White with #3C0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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