Html Css Color HEX #3C0DCD Han Purple

📋 copy color: '#3C0DCD'

red 60 ◦ green 13 ◦ blue 205

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

Shades of Han Purple #3C0DCD

Tints of Han Purple #3C0DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

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

R = 21.58%
G = 4.68%
B = 73.74%

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

#3C0DCD (or 0x3C0DCD) is known color: Han Purple. HEX triplet: 3C, 0D and CD. RGB value is (60,13,205). Sum of RGB (Red+Green+Blue) = 60+13+205=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C0DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0DCD is #C3F232. Grayscale: #303030. Windows color (decimal): -12841523 or 13438268. OLE color: 13438268.

HSL color Cylindrical-coordinate representation of color #3C0DCD: hue angle of 254.69º degrees, saturation: 0.88, 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 #3C0DCD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 13 205 -
CMYK 0.71 0.94 0 0.20
HSL 254.69º 0.88% 0.43% -
HSV(B) 254.69º 0.94% 0.8% -
XYZ 13.03 5.66 58.16 -
YUV 48.94 216.07 135.89 -
System Red Green Blue C M Y K H S L
Decimal 60 13 205 0.71 0.94 0 0.20 254.69 0.88 0.43
Hex 3C D CD 47 5E 0 14 FF 58 2B
Octal 74 15 315 107 136 0 24 377 130 53
Binary 111100 1101 11001101 1000111 1011110 0 10100 11111111 1011000 101011

Color Harmonies of #3C0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0DCD

Black with #3C0DCD

Text Example


Text Example

White with #3C0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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