Html Css Color HEX #3C17FD Han Purple

📋 copy color: '#3C17FD'

red 60 ◦ green 23 ◦ blue 253

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

Shades of Han Purple #3C17FD

Tints of Han Purple #3C17FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.3%

R = 17.86%
G = 6.85%
B = 75.3%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C17FD (or 0x3C17FD) is known color: Han Purple. HEX triplet: 3C, 17 and FD. RGB value is (60,23,253). Sum of RGB (Red+Green+Blue) = 60+23+253=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C17FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C17FD is #C3E802. Grayscale: #3B3B3B. Windows color (decimal): -12838915 or 16586556. OLE color: 16586556.

HSL color Cylindrical-coordinate representation of color #3C17FD: hue angle of 249.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C17FD is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 23 253 -
CMYK 0.76 0.91 0 0.01
HSL 249.65º 0.98% 0.54% -
HSV(B) 249.65º 0.91% 0.99% -
XYZ 19.9 8.67 93.55 -
YUV 60.28 236.76 127.8 -
System Red Green Blue C M Y K H S L
Decimal 60 23 253 0.76 0.91 0 0.01 249.65 0.98 0.54
Hex 3C 17 FD 4C 5B 0 1 FA 62 36
Octal 74 27 375 114 133 0 1 372 142 66
Binary 111100 10111 11111101 1001100 1011011 0 1 11111010 1100010 110110

Color Harmonies of #3C17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17FD

Black with #3C17FD

Text Example


Text Example

White with #3C17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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