Html Css Color HEX #3C2ADF Han Purple

📋 copy color: '#3C2ADF'

red 60 ◦ green 42 ◦ blue 223

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

Shades of Han Purple #3C2ADF

Tints of Han Purple #3C2ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

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

R = 18.46%
G = 12.92%
B = 68.62%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C2ADF (or 0x3C2ADF) is known color: Han Purple. HEX triplet: 3C, 2A and DF. RGB value is (60,42,223). Sum of RGB (Red+Green+Blue) = 60+42+223=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C2ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2ADF is #C3D520. Grayscale: #434343. Windows color (decimal): -12834081 or 14625340. OLE color: 14625340.

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

Color convert

RGB 60 42 223 -
CMYK 0.73 0.81 0 0.13
HSL 245.97º 0.74% 0.52% -
HSV(B) 245.97º 0.81% 0.87% -
XYZ 16.01 7.94 70.5 -
YUV 68.02 215.46 122.28 -
System Red Green Blue C M Y K H S L
Decimal 60 42 223 0.73 0.81 0 0.13 245.97 0.74 0.52
Hex 3C 2A DF 49 51 0 D F6 4A 34
Octal 74 52 337 111 121 0 15 366 112 64
Binary 111100 101010 11011111 1001001 1010001 0 1101 11110110 1001010 110100

Color Harmonies of #3C2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2ADF

Black with #3C2ADF

Text Example


Text Example

White with #3C2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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