Html Css Color HEX #3C17DD Han Purple

📋 copy color: '#3C17DD'

red 60 ◦ green 23 ◦ blue 221

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

Shades of Han Purple #3C17DD

Tints of Han Purple #3C17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 19.74%
G = 7.57%
B = 72.7%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C17DD (or 0x3C17DD) is known color: Han Purple. HEX triplet: 3C, 17 and DD. RGB value is (60,23,221). Sum of RGB (Red+Green+Blue) = 60+23+221=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C17DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17DD is #C3E822. Grayscale: #373737. Windows color (decimal): -12838947 or 14489404. OLE color: 14489404.

HSL color Cylindrical-coordinate representation of color #3C17DD: hue angle of 251.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C17DD is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 23 221 -
CMYK 0.73 0.90 0 0.13
HSL 251.21º 0.81% 0.48% -
HSV(B) 251.21º 0.9% 0.87% -
XYZ 15.22 6.79 68.92 -
YUV 56.64 220.76 130.4 -
System Red Green Blue C M Y K H S L
Decimal 60 23 221 0.73 0.90 0 0.13 251.21 0.81 0.48
Hex 3C 17 DD 49 5A 0 D FB 51 30
Octal 74 27 335 111 132 0 15 373 121 60
Binary 111100 10111 11011101 1001001 1011010 0 1101 11111011 1010001 110000

Color Harmonies of #3C17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17DD

Black with #3C17DD

Text Example


Text Example

White with #3C17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,221); }

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

background-color css

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

 a { background-color: rgb(60,23,221); }

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

border-color css

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

 span { border-color: rgb(60,23,221); }

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