Html Css Color HEX #3C27DA Han Purple

📋 copy color: '#3C27DA'

red 60 ◦ green 39 ◦ blue 218

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

Shades of Han Purple #3C27DA

Tints of Han Purple #3C27DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 18.93%
G = 12.3%
B = 68.77%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C27DA (or 0x3C27DA) is known color: Han Purple. HEX triplet: 3C, 27 and DA. RGB value is (60,39,218). Sum of RGB (Red+Green+Blue) = 60+39+218=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C27DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C27DA is #C3D825. Grayscale: #404040. Windows color (decimal): -12834854 or 14296892. OLE color: 14296892.

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

Color convert

RGB 60 39 218 -
CMYK 0.72 0.82 0 0.15
HSL 247.04º 0.71% 0.5% -
HSV(B) 247.04º 0.82% 0.85% -
XYZ 15.24 7.47 66.97 -
YUV 65.69 213.96 123.95 -
System Red Green Blue C M Y K H S L
Decimal 60 39 218 0.72 0.82 0 0.15 247.04 0.71 0.5
Hex 3C 27 DA 48 52 0 F F7 47 32
Octal 74 47 332 110 122 0 17 367 107 62
Binary 111100 100111 11011010 1001000 1010010 0 1111 11110111 1000111 110010

Color Harmonies of #3C27DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C27DA

Black with #3C27DA

Text Example


Text Example

White with #3C27DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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