Html Css Color HEX #3C1ADF Han Purple

📋 copy color: '#3C1ADF'

red 60 ◦ green 26 ◦ blue 223

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

Shades of Han Purple #3C1ADF

Tints of Han Purple #3C1ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 19.42%
G = 8.41%
B = 72.17%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C1ADF (or 0x3C1ADF) is known color: Han Purple. HEX triplet: 3C, 1A and DF. RGB value is (60,26,223). Sum of RGB (Red+Green+Blue) = 60+26+223=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C1ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ADF is #C3E520. Grayscale: #393939. Windows color (decimal): -12838177 or 14621244. OLE color: 14621244.

HSL color Cylindrical-coordinate representation of color #3C1ADF: hue angle of 250.36º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1ADF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 26 223 -
CMYK 0.73 0.88 0 0.13
HSL 250.36º 0.79% 0.49% -
HSV(B) 250.36º 0.88% 0.87% -
XYZ 15.55 7.03 70.35 -
YUV 58.62 220.76 128.98 -
System Red Green Blue C M Y K H S L
Decimal 60 26 223 0.73 0.88 0 0.13 250.36 0.79 0.49
Hex 3C 1A DF 49 58 0 D FA 4F 31
Octal 74 32 337 111 130 0 15 372 117 61
Binary 111100 11010 11011111 1001001 1011000 0 1101 11111010 1001111 110001

Color Harmonies of #3C1ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1ADF

Black with #3C1ADF

Text Example


Text Example

White with #3C1ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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