Html Css Color HEX #3C1AFD Han Purple

📋 copy color: '#3C1AFD'

red 60 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #3C1AFD

Tints of Han Purple #3C1AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.67%

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

R = 17.7%
G = 7.67%
B = 74.63%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C1AFD (or 0x3C1AFD) is known color: Han Purple. HEX triplet: 3C, 1A and FD. RGB value is (60,26,253). Sum of RGB (Red+Green+Blue) = 60+26+253=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C1AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1AFD is #C3E502. Grayscale: #3D3D3D. Windows color (decimal): -12838147 or 16587324. OLE color: 16587324.

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

Color convert

RGB 60 26 253 -
CMYK 0.76 0.90 0 0.01
HSL 248.99º 0.98% 0.55% -
HSV(B) 248.99º 0.9% 0.99% -
XYZ 19.96 8.79 93.57 -
YUV 62.04 235.76 126.54 -
System Red Green Blue C M Y K H S L
Decimal 60 26 253 0.76 0.90 0 0.01 248.99 0.98 0.55
Hex 3C 1A FD 4C 5A 0 1 F9 62 37
Octal 74 32 375 114 132 0 1 371 142 67
Binary 111100 11010 11111101 1001100 1011010 0 1 11111001 1100010 110111

Color Harmonies of #3C1AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1AFD

Black with #3C1AFD

Text Example


Text Example

White with #3C1AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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