Html Css Color HEX #3C18E6 Han Purple

📋 copy color: '#3C18E6'

red 60 ◦ green 24 ◦ blue 230

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

Shades of Han Purple #3C18E6

Tints of Han Purple #3C18E6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 19.11%
G = 7.64%
B = 73.25%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3C18E6 (or 0x3C18E6) is known color: Han Purple. HEX triplet: 3C, 18 and E6. RGB value is (60,24,230). Sum of RGB (Red+Green+Blue) = 60+24+230=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #3C18E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C18E6 is #C3E719. Grayscale: #393939. Windows color (decimal): -12838682 or 15079484. OLE color: 15079484.

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

Color convert

RGB 60 24 230 -
CMYK 0.74 0.90 0 0.10
HSL 250.49º 0.81% 0.5% -
HSV(B) 250.49º 0.9% 0.9% -
XYZ 16.47 7.33 75.41 -
YUV 58.25 224.93 129.25 -
System Red Green Blue C M Y K H S L
Decimal 60 24 230 0.74 0.90 0 0.10 250.49 0.81 0.5
Hex 3C 18 E6 4A 5A 0 A FA 51 32
Octal 74 30 346 112 132 0 12 372 121 62
Binary 111100 11000 11100110 1001010 1011010 0 1010 11111010 1010001 110010

Color Harmonies of #3C18E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18E6

Black with #3C18E6

Text Example


Text Example

White with #3C18E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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