Html Css Color HEX #3C2AEF Han Purple

📋 copy color: '#3C2AEF'

red 60 ◦ green 42 ◦ blue 239

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

Shades of Han Purple #3C2AEF

Tints of Han Purple #3C2AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.09%

R = 17.6%
G = 12.32%
B = 70.09%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C2AEF (or 0x3C2AEF) is known color: Han Purple. HEX triplet: 3C, 2A and EF. RGB value is (60,42,239). Sum of RGB (Red+Green+Blue) = 60+42+239=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C2AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2AEF is #C3D510. Grayscale: #454545. Windows color (decimal): -12834065 or 15673916. OLE color: 15673916.

HSL color Cylindrical-coordinate representation of color #3C2AEF: hue angle of 245.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C2AEF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 42 239 -
CMYK 0.75 0.82 0 0.06
HSL 245.48º 0.86% 0.55% -
HSV(B) 245.48º 0.82% 0.94% -
XYZ 18.27 8.85 82.41 -
YUV 69.84 223.46 120.98 -
System Red Green Blue C M Y K H S L
Decimal 60 42 239 0.75 0.82 0 0.06 245.48 0.86 0.55
Hex 3C 2A EF 4B 52 0 6 F5 56 37
Octal 74 52 357 113 122 0 6 365 126 67
Binary 111100 101010 11101111 1001011 1010010 0 110 11110101 1010110 110111

Color Harmonies of #3C2AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2AEF

Black with #3C2AEF

Text Example


Text Example

White with #3C2AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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