Html Css Color HEX #3C18CF Han Purple

📋 copy color: '#3C18CF'

red 60 ◦ green 24 ◦ blue 207

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

Shades of Han Purple #3C18CF

Tints of Han Purple #3C18CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.13%

R = 20.62%
G = 8.25%
B = 71.13%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C18CF (or 0x3C18CF) is known color: Han Purple. HEX triplet: 3C, 18 and CF. RGB value is (60,24,207). Sum of RGB (Red+Green+Blue) = 60+24+207=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C18CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C18CF is #C3E730. Grayscale: #363636. Windows color (decimal): -12838705 or 13572156. OLE color: 13572156.

HSL color Cylindrical-coordinate representation of color #3C18CF: hue angle of 251.8º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C18CF is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 24 207 -
CMYK 0.71 0.88 0 0.19
HSL 251.8º 0.79% 0.45% -
HSV(B) 251.8º 0.88% 0.81% -
XYZ 13.45 6.12 59.5 -
YUV 55.63 213.43 131.12 -
System Red Green Blue C M Y K H S L
Decimal 60 24 207 0.71 0.88 0 0.19 251.8 0.79 0.45
Hex 3C 18 CF 47 58 0 13 FC 4F 2D
Octal 74 30 317 107 130 0 23 374 117 55
Binary 111100 11000 11001111 1000111 1011000 0 10011 11111100 1001111 101101

Color Harmonies of #3C18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18CF

Black with #3C18CF

Text Example


Text Example

White with #3C18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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