Html Css Color HEX #3C1AE6 Han Purple

📋 copy color: '#3C1AE6'

red 60 ◦ green 26 ◦ blue 230

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

Shades of Han Purple #3C1AE6

Tints of Han Purple #3C1AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 72.78%

R = 18.99%
G = 8.23%
B = 72.78%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3C1AE6 (or 0x3C1AE6) is known color: Han Purple. HEX triplet: 3C, 1A and E6. RGB value is (60,26,230). Sum of RGB (Red+Green+Blue) = 60+26+230=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 230 (90.23% from 255 or 72.78% from 316); Max value from RGB is 230 - color contains mainly: blue. Hex color #3C1AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1AE6 is #C3E519. Grayscale: #3A3A3A. Windows color (decimal): -12838170 or 15079996. OLE color: 15079996.

HSL color Cylindrical-coordinate representation of color #3C1AE6: hue angle of 250º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C1AE6 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 26 230 -
CMYK 0.74 0.89 0 0.10
HSL 250º 0.8% 0.5% -
HSV(B) 250º 0.89% 0.9% -
XYZ 16.52 7.41 75.42 -
YUV 59.42 224.26 128.41 -
System Red Green Blue C M Y K H S L
Decimal 60 26 230 0.74 0.89 0 0.10 250 0.8 0.5
Hex 3C 1A E6 4A 59 0 A FA 50 32
Octal 74 32 346 112 131 0 12 372 120 62
Binary 111100 11010 11100110 1001010 1011001 0 1010 11111010 1010000 110010

Color Harmonies of #3C1AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1AE6

Black with #3C1AE6

Text Example


Text Example

White with #3C1AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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