Html Css Color HEX #3C1DDA Han Purple

📋 copy color: '#3C1DDA'

red 60 ◦ green 29 ◦ blue 218

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

Shades of Han Purple #3C1DDA

Tints of Han Purple #3C1DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.45%

 BLUE value IS 218 (85.55% from 255) = 71.01%

R = 19.54%
G = 9.45%
B = 71.01%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C1DDA (or 0x3C1DDA) is known color: Han Purple. HEX triplet: 3C, 1D and DA. RGB value is (60,29,218). Sum of RGB (Red+Green+Blue) = 60+29+218=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C1DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DDA is #C3E225. Grayscale: #3B3B3B. Windows color (decimal): -12837414 or 14294332. OLE color: 14294332.

HSL color Cylindrical-coordinate representation of color #3C1DDA: hue angle of 249.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1DDA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 29 218 -
CMYK 0.72 0.87 0 0.15
HSL 249.84º 0.77% 0.48% -
HSV(B) 249.84º 0.87% 0.85% -
XYZ 14.96 6.9 66.87 -
YUV 59.82 217.27 128.13 -
System Red Green Blue C M Y K H S L
Decimal 60 29 218 0.72 0.87 0 0.15 249.84 0.77 0.48
Hex 3C 1D DA 48 57 0 F FA 4D 30
Octal 74 35 332 110 127 0 17 372 115 60
Binary 111100 11101 11011010 1001000 1010111 0 1111 11111010 1001101 110000

Color Harmonies of #3C1DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1DDA

Black with #3C1DDA

Text Example


Text Example

White with #3C1DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,29,218); }

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

background-color css

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

 a { background-color: rgb(60,29,218); }

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

border-color css

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

 span { border-color: rgb(60,29,218); }

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